标签: python python-3.x pyinstaller
我已经将我的脚本(rsa2.py)转换为带有pyinstaller的exe,但它给了我这个致命错误
我试过这个:
pyinstaller.exe --onedir --hidden-import FileDialog --debug --noupx rsa2.py
此错误还有其他解决方案吗?
编辑:控制台显示找不到警告库。在尝试将py转换为exe