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

fail to execute script Main #25

Closed wangyuanzhengbighead closed 2 years ago

wangyuanzhengbighead commented 5 years ago

i try to “pip3 install pyinstaller python pack.py cd dist” to install on win10,then i open "/dist/comtool/comtool.exe", it runs a error

image

Neutree commented 5 years ago

Just download from release here if you don't change any code: release

Or you must install requirements firstly:

pip3 install -r requirements.txt

and ensure you can run Main.py by:

python3 Main.py

then pack with pyinstaller:

pip3 install pyinstaller
python pack.py