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