[Pythonmac-SIG] Bundling zmq with py2app

Thomas Robitaille thomas.robitaille at gmail.com
Mon Jul 16 22:55:13 CEST 2012


Hi Ronald,

> Which zmq module? There are at least 2 different 0MQ bindings on PyPI.

I'm using pyzmq.

> If I install 'pyzmq' I get a different error than you, the libzmq.dylib was not present
> when I started the binary.  A quick fix is to change  'includes' to 'packages' in
> the OPTIONS dictionary.

This works, thanks! What exactly is the difference between 'includes'
and 'packages'?

Thanks,
Tom


More information about the Pythonmac-SIG mailing list