Add the flag `--zmq=bundled`, and pyzmq will compile libzmq as a Python
extension, and ship it.  So for a fully portable pyzmq:

python setupegg.py bdist_wheel --zmq=bundled

should do it.


On Tue, Nov 19, 2013 at 1:08 AM, Nikola <nikola1...@gmail.com> wrote:

> Hi,
>
>
> Is there option to make static build so that pyzmq doesn't need external
> zmq lib.
>
> Any pointers on the options.
>
> I see that you can specify harcoded rpath but I would like to put
> everything in one package and ship it together with app.
>
> Tnx for help in advance,
> N.
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to