[zeromq-dev] What's the easiest way to install PyZMQ on a Windows box running Python 2.5?
Bryan Richardson
btricha at gmail.com
Thu Aug 8 00:57:16 CEST 2013
Thanks for the response MinRK. So are you saying I could build Python from
source on a Windows machine using VS 2008, and then build the pyzmq MSI
from source against the pre-compiled ZeroMQ library for Windows
(libzmq-v90-mt-3_2_3 for the case of VS 2008) and that MSI would install
and run OK on my target machine, which has a Python that was built with VS
2003?
Bottom line is I'm not even able to build a v71 version of libzmq... :-(
On Wed, Aug 7, 2013 at 4:41 PM, MinRK <benjaminrk at gmail.com> wrote:
> I never made an MSI for 2.5, since it was deprecated before pyzmq had any
> binary installers.
>
> Note that you don't have to build pyzmq on the machine itself, you can run
> `python setupegg.py bdist_msi` (or bdist_egg) on your own Windows machine
> or VM, then pass that MSI to the target machine.
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130807/fe186427/attachment.htm>
More information about the zeromq-dev
mailing list