[Pythonmac-SIG] Bundling zmq with py2app

Ronald Oussoren ronaldoussoren at mac.com
Mon Jul 16 17:04:32 CEST 2012


On 16 Jul, 2012, at 16:07, Thomas Robitaille wrote:

> Hi everyone,
> 
> I am trying to build a MacOS X application using py2app, and am
> running into issues with the python zmq module. For example, if I have
> a setup.py script with:

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

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.

Ronald

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4788 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20120716/01fa693d/attachment.bin>


More information about the Pythonmac-SIG mailing list