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.
cx_Freeze で、すべての pyd ファイルと library.zip をサブディレクトリに移動することはできますか?
exe と一緒に 2 つの dll を使用することもできますが、他の 15 個のファイルは、たとえサブディレクトリにあるとしても、ユーザーから隠したいと思います。
それは不可能に思えます。可能であれば、 PyInstaller、py2exe、またはpy2appを使用してください。py2exe - 単一の実行可能ファイルを生成するも参照してください。