标签: python pyinstaller
我刚刚使用PyInstaller 3.3.dev0 + 1804636和Python 2.7.10编译了我的main.py,我意识到.py包含在.exe中。我如何告诉PyInstaller排除.py文件并仅使用.pyc?在我看来,PyInstaller需要.py来查找依赖项等,但它以某种方式包含.py和.exe,即使PyInstaller文档说它隐藏了源代码中的源代码。