Unfortunately, ‘zmq.backend.cython’ and ‘zmq.backend.cffi' did not help.
On Monday, February 10, 2014 1:31:28 PM UTC-6, Giovanni Bajo wrote: > > > Il giorno 10/feb/2014, alle ore 18:35, Dustin Wyatt > <[email protected]<javascript:>> > ha scritto: > > My searching has led me to believe that pyzmq worked with PyInstaller at > one point, but I'm not sure how to get it working now. > > I get the same results if I use 2.1 > or pyinstaller-pyinstaller-v2.0-695-gd64c98d.zip > > Any pointers? > > > Looks like pyzmq switched to a system of pluggable backends. > > Try adding ‘zmq.backend.cython’ and ‘zmq.backend.cffi' in the list of > hiddenimports in PyInstaller/hooks/hook-zmq.py. If it works, feel free to > submit a pull request. > -- > Giovanni Bajo :: [email protected] <javascript:> > Develer S.r.l. :: http://www.develer.com > > My Blog: http://giovanni.bajo.it > > > > > > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/groups/opt_out.
