标签: python-3.x pyinstaller
我可以使用pyinstaller生成一个独立的.exe文件。但是运行它时,它给了我错误:
无法执行脚本pyi_rth_traitlets
我用Google搜索了很多,但是没有发现任何类似的问题。我在命令提示符中使用以下代码:
pyinstaller -F -w --icon=myicon.ico myscript.py
我有python 3.6和Win 10。