Passing command line argument to program from within IDLE?

Alan Biddle ALANBIDDLE70 at YAHOO.COM
Thu Feb 4 15:55:21 EST 2010


Just finishing my first Python (2.6 on Win XP)  program, which is
working fine.  My "Duh?" question is about how to run it from within
IDLE and pass it command line arguments.  No problem using sys.argv
from a Windows command line, but I have missed how you can do that
from within IDLE, which complicates development and debugging.

 

--
Alan



More information about the Python-list mailing list