我在win64中为python安装了pyzmq
但是当我编译它时我得到一个错误。我该怎么办?
Python 2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import pyzmq
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import pyzmq
ImportError: No module named pyzmq
>>>