XEmacs python mode + WxWindows => Freeze

Ian Adams pyth78 at yahoo.com
Fri Apr 16 07:02:06 EDT 2004


When I run the following code in the XEmacs
python command window, it freezes (I also tried
execute buffer, execute region).
 
# file wxpython.py
import threading
from wxPython.wx import wxPySimpleApp, wxFrame
app = wxPySimpleApp()
frame = wxFrame(None,-1, "Hello World")
frame.Show(1)
app.MainLoop()

 
I am running XEmacs 21.4 on WinXP, and active python 2.3.2.
The above program works fine under DOS window.
 

		
---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20040416/a3c09d0f/attachment.html>


More information about the Python-list mailing list