Here is the link for anyone with the same issue: http://www.pyinstaller.org/ticket/569
On Monday, August 27, 2012 10:17:36 AM UTC-7, jj wrote: > > Martin, thanks for your response! I actually looked at ticket #569 and > replaced my Windows-32bit folder in the support/loader directory and it > works now! > > On Monday, August 27, 2012 1:21:46 AM UTC-7, Martin Z wrote: >> >> 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 view this discussion on the web visit https://groups.google.com/d/msg/pyinstaller/-/U5tH6RvOeusJ. 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.
