Re: [Boa Constr] Boa 0.6.1 and wxPython 2.8.8.1
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2008-08-11 07:51:34
|
Alexei, Alexei Vinidiktov wrote: > Hello, > > I've installed the latest version of wxPython (2.8.8.1) and now Boa > Constructor won't start. I'm on Windows XP SP2 and Python 2.5.2. Posted a work around here: https://sourceforge.net/forum/message.php?msg_id=5133566 Werner > > Here's the traceback I get: > > C:\Program Files\Boa-0.6.0\boa>boa.py > Starting Boa Constructor v0.6.1 > importing wxPython > reading user preferences > Traceback (most recent call last): > File "C:\Program Files\Boa-0.6.0\boa\Boa.py", line 271, in <module> > import Preferences, Utils > File "C:\Program Files\Boa-0.6.0\boa\Preferences.py", line 174, in <module> > c = wx.FileConfig(localFilename=file, style= wx.CONFIG_USE_LOCAL_FILE) > File "C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_misc.py", line 3313 > , in __init__ > _misc_.FileConfig_swiginit(self,_misc_.new_FileConfig(*args, **kwargs)) > wx._core.PyNoAppError: The wx.App object must be created first! > > |