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

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to