Re: How do I pass args using Python Windows

2005-10-18 Thread Chris Lambacher
Have a main function that you pass the arguments into. This entry on Guido's blog should help you out: http://www.artima.com/forums/flat.jsp?forum=106&thread=4829 -Chris On Mon, Oct 17, 2005 at 09:02:10PM -0400, Ross Reyes wrote: >Hi - >I wonder if someone might be able to lend a quick

How do I pass args using Python Windows

2005-10-17 Thread Ross Reyes
Hi -  I wonder if someone might be able to lend a quick answer to this.   I have a python script that I normally run from the command line on Solaris.    i.e.    %pythonscript >   I decided to try IDLE on Windows to do some debugging with the debugger (which I unfortunately dont' have o