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

cxsetup don't work #3

Closed MoonOfAnt closed 5 years ago

MoonOfAnt commented 6 years ago

I run the cxsetup.py and input "setup()" but there is nothing happened. I want to make it a ".exe" but it can't succeed when i use the "pyinstaller" straight. Could you help me please? Thank you.

MoonOfAnt commented 6 years ago

In cmd, When i input " python3 cxsetup.py build", it couldn't build a ".exe" successfully.

Neutree commented 5 years ago

use pyinstaller instead

pip3 install pyinstaller
python3 pack.py