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 ファイルです。