[IPython-user] ipython quits after run a wxpython script two times
sunqiang
sunqiang at gmail.com
Mon Feb 27 03:41:13 CST 2006
the script is very simple.
==================
import wx
app = wx.PySimpleApp()
win = wx.Frame(None, title='Hello World!')
win.Show()
app.MainLoop()**
==================
i start ipython with -wthread and run the script times,
when i close the wxapp the second time, ipython quits.
if i start ipython without -wthread, it works well.
is there sth. wrong? thanks in advance.
IPython 0.7.1.fix1 on windows server 2003 sp1.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.scipy.org/pipermail/ipython-user/attachments/20060227/2a182029/attachment.html
More information about the IPython-user
mailing list