Kent Johnson wrote:

> The working directory must be wrong. Try calling Python directly with 
> full paths:
> 
> C:\Python24\pythonw C:\Python24\Lib\idlelib\idle.pyw -r C:\path\to\myprog.py

Perfect! Thank you so much!

I put this line in the command line field, and I left "working 
directory" empty because I'm not sure what goes there. Should it be the 
main python directory, or the directory of the file being run? Either 
way, it seems to work without a working directory.

Thanks again!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to