Writing a Python Program

Adonis deltapigz at telocity.com
Sun Aug 18 21:28:01 EDT 2002


you dont write the application in that window, it is the interactive window,
allows you to evaluate python functions/classes etc. before you implement
it. use and IDE such as IDLE (should be under start > programs > python >
IDLE), or PythonWin, write your code, then open a command box, go to the
directory in which contains your python script and type python
some_script.py

hope this helps

Adonis

"Ali K" <akakakhel at attbi.com> wrote in message
news:Q2X79.17015$IJ.2741 at sccrnsc02...
> I would like to know how to write a program on the interface that opens
when
> you click on python.exe.
>
>





More information about the Python-list mailing list