NameError wx on line 628 in boa.py
Status: Beta
                
                Brought to you by:
                
                    riaan
                    
                
            Traceback (most recent call last):
File
"C:\Python24\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py",
line 310, in RunScript
exec codeObject in __main__.__dict__
File
"C:\Python24\Lib\site-packages\wx-2.5.3-msw-ansi\wx\tools\boa\Boa.py",
line 668, in ?
main()
File
"C:\Python24\Lib\site-packages\wx-2.5.3-msw-ansi\wx\tools\boa\Boa.py",
line 628, in main
if Preferences.installBCRTL and hasattr(wx,
'__file__'):
NameError: global name 'wx' is not defined
"Fixed it" by doing an "import wx" just before that line.
Logged In: YES
user_id=438
Thanks, fixed in cvs.