First time here? Check out the FAQ!

Revision history  [back]

Wing isn't doing anything special for wing32process so the issue is probably due to your environment or (maybe) the current directory. I'd double check that the same python interpreter is being used and look at the value of the PATH environment variable.

The .pyd file should be in a sys.path directory and the .dll files it depends on should be in a directory in the PATH environment variable or a directory added with os.add_dll_directory.