wxpython application ( problem ? )

vedrandekovic at gmail.com vedrandekovic at gmail.com
Wed Jan 2 06:24:56 EST 2008


Hello,

Here is sample of my simple script with wxpython and modules:
subprocess,threading, directpython.......

Code sample:

import wx
import wx.aui
app=wx.App()
frame=wx.Frame(None,title="New project")

#There is also part with wx.aui

frame.Show()
app.MainLoop()


After a few minutes wx application does destroy. Any ides why?



More information about the Python-list mailing list