Re: Running scripts from shell / IDLE in windows

2014-05-01 Thread Mark H Harris
On 5/1/14 11:02 AM, Mark H Harris wrote: file hello.py=== def Hello(parms list): whatever whatever From IDLE: import hello hello.Hello([1, 2, 3, 4]) Sorry, almost forgot, if you 'run' the module hello.py (with the IDLE run dropdown) then the 'hello' na

Re: Running scripts from shell / IDLE in windows

2014-05-01 Thread Mark H Harris
On 5/1/14 10:34 AM, s71murfy wrote: I am trying to run the simple helloworld script from the IDLE shell. I want to pass it arguments. Please can you give me the syntax to do it? There are several ways to do this, depending on your preferences and goals. Is the helloworld script the tk ver

Running scripts from shell / IDLE in windows

2014-05-01 Thread s71murfy
Hi: I am trying to run the simple helloworld script from the IDLE shell. I want to pass it arguments. Please can you give me the syntax to do it? Thanks, Sam -- https://mail.python.org/mailman/listinfo/python-list