cluic / wxauto

Windows版本微信客户端(非网页版)自动化,可实现简单的发送、接收微信消息,简单微信机器人
MIT License
2.72k stars 440 forks source link

一个bug #166

Closed Night-journey closed 8 months ago

Night-journey commented 8 months ago

PS C:\wxauto-WeChat3.9.8\wxauto> python wx_robot_gui.py Traceback (most recent call last): File "C:\wxauto-WeChat3.9.8\wxauto\wx_robot_gui.py", line 2, in from wxauto import WeChat File "C:\wxauto-WeChat3.9.8\wxauto\wxauto.py", line 8, in from .languages import ImportError: attempted relative import with no known parent package 把这段代码改成from languages import 就好了