Re: Finding if Python Is Running In Console (python.exe) or Window (pythonw.exe)

2006-08-14 Thread [EMAIL PROTECTED]
Chaos wrote: > Does anyone know how to find where python is running from. I cant find > the answer to this anywahere on google or the docs. I know its there > because Ive seen ti done before. Thanks. Hopefully It is still there. In module "sys" as "executable". Juergen -- http://mail.python.o

Finding if Python Is Running In Console (python.exe) or Window (pythonw.exe)

2006-08-14 Thread Chaos
Does anyone know how to find where python is running from. I cant find the answer to this anywahere on google or the docs. I know its there because Ive seen ti done before. Thanks. -- http://mail.python.org/mailman/listinfo/python-list