Neutree / COMTool

Cross platform communicate assistant(Serial/network/terminal tool)( 跨平台 串口调试助手 网络调试助手 终端工具 linux windows mac Raspberry Pi )支持插件和二次开发
https://neucrack.com/p/186
GNU Lesser General Public License v3.0
1.8k stars 330 forks source link

No module named 'COMTool.wave' #7

Closed CSY-tvgo closed 6 years ago

CSY-tvgo commented 6 years ago

I wanted to change some code for some personal usage, but I couldn't execute Main.py properly. If I directly execute Main.py, the interpreter points out the following content:

Traceback (most recent call last): File ".../COMTool-master/COMTool-master/COMTool/Main.py", line 4, in from COMTool.wave import Wave ModuleNotFoundError: No module named 'COMTool.wave'

I tried to change the code in line 4 to import wave or some others, but it didn't work. How to solve this problem?

Neutree commented 6 years ago

you must be using the code of master branch, just remove the code releated to wave ,it's not complete.

and recommend use ide pycharm

CSY-tvgo commented 6 years ago

it works, thx