i have recently installed wxpython on python2.5 and wrote the following code
import wx
app = wx.App()
app.MainLoop()
Then i got this error(attached file) , and i have no idea what it talks about.
Traceback <most recent call last):
File "<stdin>", line 1 , in <module>
File "C:\Python25\Lib\site-packages\wx-2.6-msw-ansi\wx\_windows.py",line 493
in_init_
newobj = _windows_.new_Frame(*args , **kwargs)
wx._core.PyNoAppError : the wx.App object msut be vreated first!
i have no idea on wat to do..