Problems running a compiled script on Windows.

Peter Hansen peter at engcorp.com
Mon Aug 13 23:18:15 EDT 2001


Wayne wrote:
> 
> :-( I figured it out; [...]

I'm glad.  I had never heard of Standalone.py (I use only py2exe)
and don't use Qt.  I'm afraid I wasn't much help except
to whine about the vagueness. :-)

Maybe this: on Win32 you _can_ redirect stdout (and under
NT you can do stderr too) to NUL.  Something like

 python silent.py >NUL 2>NUL

... should do the trick.  (There, maybe I *was* of help. :)

-- 
----------------------
Peter Hansen, P.Eng.
peter at engcorp.com



More information about the Python-list mailing list