我一直在嘗試在已完成的腳本上使用py2exe一段時間,但它似乎有東西不正確與我的py2exe安裝。導入py2exe失敗。下面是在Python殼牌輸出: Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import py2exe
ImportError: No module named py2
我一直在下面運行python代碼大約一年了。但是我們即將開始一項新工作。爲了讓我離開的部門更容易,我想將這些代碼編譯成一個.exe文件。 我已經嘗試編譯與Python 2.5和2.7相同的結果。 但運行exe文件我得到以下錯誤 H:\development\DMS_Import_Data\dist>import_data.exe
Run Live or Development Import (L
這與Where to put a configuration file in Python?類似,但我在Windows系統上詢問有關使用py2exe編譯/凍結的類似腳本。 (即,這一個:What config file format to use for user-friendly strings of arbitrary bytes?https://gist.github.com/1119561