Thanks for replying, this has moved me past that error to an attribute error trying to call a method of my code in each multiprocess. I suspect I'll have to debug that on my own.
On Tuesday, June 26, 2012 11:11:59 AM UTC-7, Martin Z wrote: > > Don Dwiggins píše v Út 26. 06. 2012 v 08:41 -0700: > > It sounds like your problem may be similar to the one I had, reported > > in > > http://www.pyinstaller.org/ticket/569: when an executable built with > > PyInstaller executes another one (using Popen in my case), the > > environment for the subprocess gets set up incorrectly, causing > > _core_.pyd not to be found. > > It really sounds similar. > > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To view this discussion on the web visit https://groups.google.com/d/msg/pyinstaller/-/CR-pDen1tFUJ. 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.
