Hi,

Am Fri, 31 Dec 2010 08:00:37 -0800 (PST)
schrieb SK <[email protected]>:

> 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.

I experienced a similar problem with multiprocessing on Python 2.5 (Windows XP
32bit). The error message is "Access denied" in my case.
Running the program directly with the Python interpreter works as expected, but
the binary created by pyinstaller (v1.4 and current trunk - r1352) fails.

Maybe it could be somehow connected with PyInstaller's way of creating new
processes on Windows? I am completely dumb in this area, thus this is just a
wild guess ...

thanks for your time!
cheers,
Lars

-- 
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.

Reply via email to