compiling

djw codeguru at hp.com
Thu Dec 5 15:24:24 EST 2002


ReLik wrote:
> i downloaded python (win32) and have been fooling around with it and quite
> want to continue,
> 
> but how do i compile the sources, i can`t see anything in the menus?
> 
> all help appreciated.
> 
> 
By "compile the sources" do you mean "run a python program"?

In ActiveState Python, File | Run... or Ctrl-R (or click on the little 
running person icon in the toolbar ). Of course, the program you want to 
run must be loaded.

In IDLE, Edit | Run script or Ctrl-F5. Of course, the program you want 
to run must be loaded.

On the command line, python <script_name>.py


/d/




More information about the Python-list mailing list