when I try and run boa-constuctorI am getting this error. Any suggestions to solve this.
C:/Python24/pythonw.exe -u "C:/Python24/Lib/site-packages/wxPython/tools/boa/Boa.py"
Starting Boa Constructor v0.2.3
importing wxPython
reading user preferences
Traceback (most recent call last):
File "C:/Python24/Lib/site-packages/wxPython/tools/boa/Boa.py", line 214, in ?
import Preferences, About, Utils
File "C:\Python24\Lib\site-packages\wxPython\tools\boa\Preferences.py", line 151, in ?
screenWidth = wx.wxSystemSettings_GetSystemMetric(wx.wxSYS_SCREEN_X)
File "C:\Python24\Lib\site-packages\wx-2.6-msw-ansi\wx\_misc.py", line 195, in SystemSettings_GetMetric
return _misc_.SystemSettings_GetMetric(*args, **kwargs)
wx._core.PyNoAppError: The wx.App object must be created first!