标签:os ar line python ad 安装 file ui
>>> import zmq
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "zmq/__init__.py", line 54, in <module>
raise ImportError("%s\nAre you trying to `import zmq` from the pyzmq source dir?" % e)
ImportError: cannot import name initthreads
Are you trying to `import zmq` from the pyzmq source dir?
解决办法:在安装时,执行python setup.py build_ext --inplace
pyzmq 错误ImportError: cannot import name initthreads,布布扣,bubuko.com
pyzmq 错误ImportError: cannot import name initthreads
标签:os ar line python ad 安装 file ui
原文地址:http://www.cnblogs.com/liton/p/3909960.html