Re: [Boa Constr] Error message when quitting Boa
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2002-06-07 08:21:21
|
Hi Ed, Boa 0.1.0 runs best on Python 2.1 and wxPython 2.3.2. The crash-after-exit bug and problems Boa had with Python 2.2 are fixed in the CVS repository. To prevent the crash-after-exit bug, at the following to the bottom of Preferences.py: try: sys._wxApp_Cleanup = wx.__cleanMeUp except: pass Riaan. ed....@nt... wrote: > > Hi, > > After playing aroud with different python versions and setups I've now settled down to > using the following in Windows XP on an Athlon 1800+XP with 512 Megs of Ram. > > Python 2.2.1 > wxPython 2.3.2.1-Py22-Hybrid.exe > Boa-Constructor-0.1.0-alpha.Win32.exe > > Problem: > > Running Boa.py and all is fine until I exit. [I haven't done anything with Boa yet!] > On exit I get the following error message: > > --------------------------------------------------------- > > Python.exe - Application Error > X The instructon at "0x00b576fe" referenced memory at "0x00000004" > The memory could not be "read". > > Click OK to terminate the program > Click on CANCEL to debufg the program > OK CANCEL > > ------------------------------------------------------- > > Any ideas? > > Ed > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users |