ImportError:没有名为 ghostscript 的模块

Posted

技术标签:

【中文标题】ImportError:没有名为 ghostscript 的模块【英文标题】:ImportError: No module named ghostscript 【发布时间】:2017-07-13 02:57:11 【问题描述】:

当我尝试使用 cx_freeze 构建我的 python 程序时,我得到“ImportError: No module named ghostscript”。

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

以前,python 3.6.2 64 位一切正常,但现在我需要创建一个 32 位可执行文件

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

【问题讨论】:

你在使用 virtualenv 吗? 【参考方案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

【讨论】:

以上是关于ImportError:没有名为 ghostscript 的模块的主要内容,如果未能解决你的问题,请参考以下文章

ImportError:没有名为枚举的模块

ImportError:没有名为“appdirs”的模块

ImportError:没有名为 websocket 的模块

ImportError:没有名为“backports”的模块

ImportError:没有名为 ghostscript 的模块

ImportError:运行火花时没有名为请求的模块