Re: [Boa Constr] Suggested patches for Boa to work with wxPython 2.9
Status: Beta
Brought to you by:
riaan
From: Chris S. <csp...@ci...> - 2010-01-23 13:18:38
|
I've now successfully run BOA and gotten work done. Thank you, Werner! Any hints or prophecies about when Riaan may appear among us again? The only reason I ask is because there seems to be a lot of added functionality in wx 2.9. New properties for the CalendarCtrl is the most obvious one (only because I had to use it...). While these patches keep us bleeding-edge testers continuing to do our work, I think some TLC from the head developer might be in order. And BTW, thank you Riaan...wherever you may be...for giving us this great tool. Chris. On Sat, 23 Jan 2010 11:33:34 +0100, "Werner F. Bruhin" <wer...@fr...> wrote: >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 |