On Mon, 2010-08-02 at 16:30 -0700, SK wrote:
> Hi,
> 
> I'm having a problem using the current svn PyInstaller to package an
> application that uses multiprocessing. I'm running Python 2.6 on
> Windows XP. I am using the directory, not "one file", option. The
> PyInstaller build seems to go well.
> 
> When I run the application, when it is inside Process.start() it
> generates:
> 
> Exception RuntimeError: 'maximum recursion depth exceeded in
> __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
> 
> twice, but then it proceeds and appears to run correctly. I know that
> Python 2.6 has some issue related to excessive recursion checks so I
> assume that this is innocuous, but I don't want to deliver an
> application that generates a scary message. I tried the
> logging.logMultiprocessing = False trick with no luck.
> 
> I can build with py2exe and the application runs without this issue so
> I'll stick with that for now. But I hope to have the option to use
> PyInstaller in the future.

It would be a great help if you could reproduce this behaviour in a
small source code, and upload it to a new ticket in the trac.

Thanks!
-- 
Giovanni Bajo   ::  [email protected]
Develer S.r.l.  ::  http://www.develer.com

My Blog: http://giovanni.bajo.it
Last post: Compile-time Function Execution in D

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