Hi, I recently moved a Python app using multiprocessing to Python 2.7.1. I bundle it with PyInstaller svn (rev 1294) without --onefile or UPX on Windows XP 32-bit. When I try to run it (on the same system) it fails when multiprocessing tries to start a process with:
Traceback (most recent call last): File "E:\Projects\Falcon\bld\build\pyi.win32\Falcon\outPYZ1.pyz/ multiprocessing.queues", line 238, in _feed IOError: [Errno 6] The handle is invalid Trying to run it on Win7 64-bit gives a different error (access denied) but also in multiprocessing. Any ideas on what is broken and when it might be fixed? I can provide more details on my build process or try to make a small test case if that would help. Thx, SK -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
