Yea, if you use Tkinter in concert with IDLE, your script will lock up.
--
http://mail.python.org/mailman/listinfo/python-list
On Sun, 21 Dec 2008 21:46:16 -, Ronald Rodriguez
wrote:
Hi, Im new to python and I've just started using Byte of Python, running
the
samples etc. Im using IDLE on Xp. Ok, here's the thing.
A sample script makes a call to the os.system() function in order to zip
some files. Everything wo
Hi, Im new to python and I've just started using Byte of Python, running the
samples etc. Im using IDLE on Xp. Ok, here's the thing.
A sample script makes a call to the os.system() function in order to zip
some files. Everything works fine when running from the command line, but
the same code fails