[zeromq-dev] windows easy_install error

机械唯物主义 : linjunhalida linjunhalida at gmail.com
Thu Apr 14 03:56:18 CEST 2011


hello, I'm installing zeromq under windows,
I use python2.6 (pythonxy), and I run:

c:> easy_install pyzmq

Searching for pyzmq
Best match: pyzmq 2.1.4
Processing pyzmq-2.1.4-py2.6-win32.egg
pyzmq 2.1.4 is already the active version in easy-install.pth

Using c:\python26\lib\site-packages\pyzmq-2.1.4-py2.6-win32.egg
Processing dependencies for pyzmq
Finished processing dependencies for pyzmq

>>> import zmq
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python26\lib\site-packages\pyzmq-2.1.4-py2.6-win32.egg\zmq\__init__.p
y", line 35, in <module>
    from zmq import core, devices
  File "C:\Python26\lib\site-packages\pyzmq-2.1.4-py2.6-win32.egg\zmq\core\__ini
t__.py", line 26, in <module>
    from zmq.core import (constants, error, message, context,
ImportError: DLL load failed: 找不到指定的程序

and I can find libzmq.dll under \zmq\ directory,
and I make the same operation on another windows PC( XP + pythonxy)
Is there anything wrong?



More information about the zeromq-dev mailing list