When trying to start Boa, I get this error:
Starting Boa Constructor v0.2.3
importing wxPython
reading user preferences
running main...
Traceback (most recent call last):
File "boa/Boa.py", line 603, in ?
main()
File "boa/Boa.py", line 585, in main
app = BoaApp()
File "boa/Boa.py", line 408, in __init__
wxApp.__init__(self, false)
File "//Library/Python/2.3/wx/core.py", line 5042, in
__init__
self._BootstrapApp()
File "//Library/Python/2.3/wx/core.py", line 4791, in
_BootstrapApp
return _core.PyApp__BootstrapApp(*args, **kwargs)
File "boa/Boa.py", line 417, in OnInit
conf = Utils.createAndReadConfig('Explorer')
File "/Users/luv/Desktop/boa/Utils.py", line 295, in
createAndReadConfig
confFile = os.path.join(Preferences.rcPath,
'%s%s.cfg' % (name,
NameError: global name 'wx' is not defined
Possibly, this is caused because I don't know where Boa
should be put as OSX doesn't have a /usr/lib/python
directory.
Ratchet
Logged In: YES
user_id=615827
Robert Valsj posted a fix/workaround for this on the forum:
http://sourceforge.net/forum/message.php?msg_id=2592058