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 <[email protected]> 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
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to