[Pythonmac-SIG] Bundling zmq with py2app

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


On 16 Jul, 2012, at 17:04, Ronald Oussoren wrote:

> 
> 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.

The next py2app release will contain a recipe that ensures that pyzmq works
without mentioning it setup.py.

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/4e99adbc/attachment.bin>


More information about the Pythonmac-SIG mailing list