ImportError:没有名为ghostscript的模块

时间:2017-07-13 02:57:12

标签: python python-3.x ghostscript importerror cx-freeze

当我尝试使用cx_freeze构建我的python程序时,我得到“ImportError:没有名为ghostscript的模块”。

  • 我使用的是Windows 7 64位
  • 我有python 3.6.2 32位
  • 我使用pip安装了ghostscript模块
  • 我安装了Ghostscript 9.21

以前,一切都运行良好的python 3.6.2 64位,但现在我需要创建一个32位可执行文件

我正在学习python,所以不要忽略明显的答案

1 个答案:

答案 0 :(得分:1)

从以下链接下载.whl文件,

https://pypi.python.org/packages/6a/2d/e2d7474bea24d223d5dc86d51241fd305b75a9168f2e1d7ee07b883c80a5/python3_ghostscript-0.5.0-py3-none-any.whl#md5=0e3a24a374c0d9cc1f2008801ead6927

在.whl文件的同一目录中打开cmd并运行以下命令:

pip install python3_ghostscript-0.5.0-py3-none-any.whl