0
當我嘗試使用cx_freeze構建我的python程序時,出現「ImportError:No module named ghostscript」。ImportError:沒有模塊名爲ghostscript
- 我使用Windows 7 64位
- 我有蟒3.6.2 32位
- 我使用PIP安裝ghostscript的模塊
- 我安裝的Ghostscript 9.21
此前,一切工作正常與python 3.6.2 64位,但現在我需要創建一個32位可執行文件
我學習巨蟒,所以不要忽略明顯的答案
您正在使用的virtualenv? – Simplans