[Boa Constr] Suggested patches for Boa to work with wxPython 2.9
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2010-01-23 10:34:19
|
Hi everyone, Had a hard time to get an updated CVS copy - but that is another story. boaRemoveNo_3D.patch I went the easy way and just removed that style in all places where it was used. There is also one in your "prefs.rc.py" which is in your folder "C:\Users\userid\.boa-constructor or in whatever folder you set with the command option "-O" About.py.patch Fixes the wx.PyDeadObjectError I got on startup PreferencesStandardPath.py.patch This is only a work around for the issue of wx.StandardsPath not being able to be called before wx.App is initialized. It is actually the use of wx.FileConfig. After these changes I can get Boa to run using the following: # Python 2.6.3 (r263rc1:75186, Oct 2 2009, 20:40:30) [MSC v.1500 32 bit (Intel)] # wxPython 2.9.0.1.pre20100111, Boa Constructor 0.6.1 On Windows 7. Best regards Werner |