Re: noob trouble with IDLE

2008-12-22 Thread Rhodri James
On Sun, 21 Dec 2008 21:46:16 -, Ronald Rodriguez ronaldrdg...@gmail.com 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

Re: noob trouble with IDLE

2008-12-22 Thread r
Yea, if you use Tkinter in concert with IDLE, your script will lock up. -- http://mail.python.org/mailman/listinfo/python-list

noob trouble with IDLE

2008-12-21 Thread Ronald Rodriguez
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