comparison frontends/src/wix/wix @ 227:533507bb4e32

distutils wix installation
author Goffi <goffi@goffi.org>
date Wed, 05 Jan 2011 18:46:26 +0100
parents 86d249b6d9b7
children b1794cbb88e5
comparison
equal deleted inserted replaced
226:d8bb72f00eec 227:533507bb4e32
19 along with this program. If not, see <http://www.gnu.org/licenses/>. 19 along with this program. If not, see <http://www.gnu.org/licenses/>.
20 """ 20 """
21 21
22 22
23 import wx 23 import wx
24 from sat_bridge_frontend.DBus import DBusBridgeFrontend 24 from sat_frontends.bridge.DBus import DBusBridgeFrontend
25 import pdb 25 import pdb
26 import logging 26 import logging
27 from logging import debug, info, error 27 from logging import debug, info, error
28 from main_window import MainWindow 28 from sat_frontends.wix.main_window import MainWindow
29 29
30 ### logging configuration FIXME: put this elsewhere ### 30 ### logging configuration FIXME: put this elsewhere ###
31 logging.basicConfig(level=logging.DEBUG, 31 logging.basicConfig(level=logging.DEBUG,
32 format='%(message)s') 32 format='%(message)s')
33 ### 33 ###