[python-win32] launching an exe reboots XP...
Ray S
rays at blue-cove.com
Tue Feb 8 19:44:33 CET 2005
I'm trying to launch a 3rd party analyzer .exe on XP; double-clicking in
explorer runs as normal.
From Python, I've tried startfile(), system(), spawnl(), and popen(), with
various modes, from scripts and command session. All start the program's
GUI to load, then generate a "Data integrity has been compromised! Return
to DOS?" error; clicking either Yes or No immediately reboots XP. The
process can be killed from the task manager.
os.startfile should "act like double-clicking the file in Windows
Explorer", but it seems to not be the case. Is there a Win32 method that
might be effective?
I tried win32api.WinExec, win32process.CreateProcess (with various modes),
same effect.
Ray Schumacher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20050208/ed987243/attachment.htm
More information about the Python-win32
mailing list