how to debug a python program normally run in windows console

vincent wehren v.wehren at home.nl
Sat Mar 1 12:32:44 EST 2003


"Phil Lacy" <ycal at grapevine.net> schrieb im Newsbeitrag
news:3e60e5a4_1 at newsfeed...
> I have a program that has a bug but it is run from a windows console.
>
> If I start program from idle it doesn't read my environment variables
> that I have to preset in the console before running the python file.

Maybe you could try setting the environment from within the python file,
using os.environ

Kind regards
Vincent Wehren
>
> if I type python I have no idea where to go from the command-line python
> typing help just gives me some prompt unknown to me.
>
> Any idea where to get help on debugging from a windows console
>
> --
> -
> Phil
> -reverse ycal for email-
> -For MSACCESS, comments are made
> -regarding vers9.0 (2000)  UON
> -
>
>






More information about the Python-list mailing list