wechat_sender icon indicating copy to clipboard operation
wechat_sender copied to clipboard

运行wechat_sender报错

Open Hello-Linux opened this issue 7 years ago • 1 comments

python wechat_sender.py Getting uuid of QR code. Downloading QR code. Traceback (most recent call last): File "wechat_sender.py", line 2, in from wechat_sender import * File "/root/wechat_sender.py", line 3, in bot = Bot() File "/usr/lib/python2.7/site-packages/wxpy/api/bot.py", line 88, in init except FileNotFoundError as e: NameError: global name 'FileNotFoundError' is not defined

Hello-Linux avatar Nov 15 '17 04:11 Hello-Linux

bot=Bot(console_qr=True)

Big2Cat avatar Aug 21 '18 05:08 Big2Cat