Traceback disapears before I can read it!

Greg Fortune lists at gregfortune.com
Sun May 11 20:47:22 EDT 2003


That works if
1) client groks the command prompt 
2) path is set correctly
3) client is bored enough to type out the entire path to the program each 
time they run it

While using the command line might be easier for the developer, it's much 
nicer for your users if you handle the problem in a nicer way.

Greg Fortune
Fortune Solutions

TheDustbustr wrote:

> Even easier than the proposed solutions: run the app from a "dos" command
> line.
> 
> winkey-R> "cmd" for winnt, "command" for 95/98
> 
> At the prompt, type "python myscript.py".
> When the program exits, it returns you to a prompt, leaving any info
> printed to the console still visible.





More information about the Python-list mailing list