Help to start python

kyosohma at gmail.com kyosohma at gmail.com
Thu Sep 13 10:23:53 EDT 2007


python_lover wrote:
> Hi All,
>
> I'm new  to python. I installed python 2.5  and IDLE 1.2.1 . I'm able
> to run shell commands.
>
> But I don't know how to execute a python program using this. When I'm
> opeing a py program a seperate IDLE window opeing with program text.
> But I don't know to to execute the prg.
>
> Please help me on this .
>
> thank you
>
> regards
> Sat

When in IDLE, you can go to the Run menu and choose Run Module (or
press F5) in the window that has the program code.

Hope that helps!

Mike




More information about the Python-list mailing list