Hi, could you please create simple example using multiprocess module for reproducing the issue easily?
It seems like more people reported this issue related to multiprocess. And it's specific only to Windows platform. Do you use --onefile or --onedir mode? Does it work at least in one of them? jj píše v Pá 24. 08. 2012 v 13:54 -0700: > I didn't want to start a new thread because I'm having a similar issue > but unrelated to the language-specific stuff below. > > Using the pyinstaller-2.0, Windows 7, Python 2.7, numpy 1.6.1: > > I don't receive the 'ImportError: No module named multiarray' > on initialization of my GUI but when a multiprocessing method is > called. If > multiprocessing is deactivated the GUI works perfectly. > numpy.core.multiarray.pyd is included in the dist folder as well as > all the needed .dll files. The GUI also works perfectly on Mac with > and without multiprocessing activated. > > Any help or ideas with this one would be greatly appreciated! Thanks > in advance! -- 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.
