[zeromq-dev] What's the easiest way to install PyZMQ on a Windows box running Python 2.5?
MinRK
benjaminrk at gmail.com
Thu Aug 8 00:58:41 CEST 2013
On Wed, Aug 7, 2013 at 3:57 PM, Bryan Richardson <btricha at gmail.com> wrote:
> 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?
>
I'm not sure, but it's worth a try.
>
> 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
>>
>>
>
> _______________________________________________
> 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/c4af4684/attachment.htm>
More information about the zeromq-dev
mailing list