On 3-sep-2005, at 23:00, Michael Crawford wrote:

Greetings,

I just joined the list.  I just built Python from source so I could do
GUI programming on OS X. When I try to run a very simple Tkinter script
from the IDE, it immediately quits, crashes I guess.
Which IDE?

If you're using the Python IDE I'd suggest moving to IDLE, the IDE does indeed have issues with running GUI code because scripts are started inside the IDE process, instead of running them as separate processes.

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to