Hello, I'm looking for documentation for the win32process module. The online docs don't seem to contain anything about it. Specifically, I'm looking for information concerning the 'CreateProcess' call. I'm debugging an application where a call to 'CreateProcess' generates an error about the file not being found. As the path is set in the system-wide environment, I'm wondering whether that environment is actually used during the call (I'm passing 'None' to the environment argument to CreateProcess()).
Thanks for your help, Stefan _______________________________________________ Python-win32 mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-win32