[Idle-dev] Run Script option now shown
Grégoire Dooms
dooms at info.ucl.ac.be
Thu Mar 23 15:52:10 CET 2006
Pragathi Venkatesa wrote:
> Hi,
>
> I am very new to programming field.
>
> Since I am using this Python for the first time, I am little bit confused.
>
> I see no command like 'Run Script' in the Edit menu. Should I change some
> settings?
>
If you are in the Python shell, the statements you type are executed
instantly.
If you use the File->New Window option, you will be able to write a
script and you should have a run menu with a run module entry (F5).
For introductory python questions you should go to the python-tutor
mailing list.
http://mail.python.org/mailman/listinfo/tutor
HTH,
--
Grégoire Dooms
More information about the IDLE-dev
mailing list