Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
无论如何可以从应用程序包中提取 pyc 文件吗?我指的是通过在 python 代码上使用 py2app 创建的应用程序包。
pyc 文件存储在 Resources 文件夹中的 zip 文件中。zip 文件的名称取决于 Python 版本,对于 2.7,它是 .app/Contents/Resources/python2.7/site-packages.zip。
该 zip 文件是可以使用常用工具操作的常规 zip 文件。