Menu

#96 shell prompt hangs

closed
nobody
None
5
2007-04-16
2005-07-20
No

trying this:

>>> import sys, os, wx
>>> e=wx.App()
>>> r=wx.Frame()
>>> r.Show()
>>>

the frame is shown in.
After closing the frame, the prompt doesn't react anymore.
(Set Focus to prompt and try to type in the next command).

Discussion

  • Eur Ing Christopher Thoday

    Logged In: YES
    user_id=187309

    I cannot reproduce this problem on Linux. The Frame function
    requires arguments (None, -1, "My Frame") and the window
    does not show until I enter e.MainLoop()

    If you are still having problems you might like to try the
    patch which I have just submitted for drPrompt.py

     
  • Franz Steinhaeusler

    • status: open --> closed
     

Log in to post a comment.