Wits end
Paul F. Dubois
dubois at users.sourceforge.net
Mon Nov 13 15:01:44 EST 2000
More information about the Python-list mailing list
Mon Nov 13 15:01:44 EST 2000
- Previous message (by thread): Wits end
- Next message (by thread): Wits end
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
One easy thing to do is to use the View->FileTypes menu in Windows and create a new "action" for .py files, say "test", and define it to be c:\python20\python.exe -i "%1" The -i tells python to execute the file and then pause to wait for more input. Thus the console does not disappear. Then you right-click on a .py file and choose "test" to run your program.
- Previous message (by thread): Wits end
- Next message (by thread): Wits end
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list