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 -- http://mail.python.org/mailman/listinfo/python-list