wxBot icon indicating copy to clipboard operation
wxBot copied to clipboard

ImportError: No module named pyqrcode

Open zhanggaoxuan opened this issue 7 years ago • 3 comments

执行测试脚本时候遇到的问题= =

[root@centos1 wxBot]# python test.py
Traceback (most recent call last):
File "test.py", line 5, in
from wxbot import *
File "/root/wxBot/wxbot.py", line 8, in
import pyqrcode
ImportError: No module named pyqrcode
[root@centos1 wxBot]# python wxbot.py
Traceback (most recent call last):
File "wxbot.py", line 8, in
import pyqrcode
ImportError: No module named pyqrcode

zhanggaoxuan avatar Jun 03 '17 18:06 zhanggaoxuan

我的macOS上也遇到同样的问题,如何解决?

kinggggg avatar Jun 28 '17 12:06 kinggggg

没有 pyqrcode 就安装它……README 已经有写了……

Geno1024 avatar Jun 30 '17 10:06 Geno1024

pip install pyqrcode

ylot0 avatar Sep 05 '18 08:09 ylot0