ImportError: No module named ghostscript
ImportError: No module named ghostscript
当我尝试使用 cx_freeze 构建我的 python 程序时,我得到 "ImportError: No module named ghostscript"。
- 我正在使用 Windows 7 64 位
- 我有python3.6.232位
- 我使用 pip 安装了 ghostscript 模块
- 我安装了 Ghostscript 9.21
以前,python 3.6.2 64 位一切正常,但现在我需要创建一个 32 位可执行文件
我正在学习python,所以不要遗漏明显的答案
从下面的 link 下载 .whl 文件,
在 .whl 文件的同一目录中打开 cmd 并运行此命令:
pip 安装 python3_ghostscript-0.5.0-py3-none-any.whl
当我尝试使用 cx_freeze 构建我的 python 程序时,我得到 "ImportError: No module named ghostscript"。
- 我正在使用 Windows 7 64 位
- 我有python3.6.232位
- 我使用 pip 安装了 ghostscript 模块
- 我安装了 Ghostscript 9.21
以前,python 3.6.2 64 位一切正常,但现在我需要创建一个 32 位可执行文件
我正在学习python,所以不要遗漏明显的答案
从下面的 link 下载 .whl 文件,
在 .whl 文件的同一目录中打开 cmd 并运行此命令:
pip 安装 python3_ghostscript-0.5.0-py3-none-any.whl