python - 在 Windows 7 64 位 PC 上安装 PIL

标签 python windows-7 installation python-imaging-library

Python 本身运行良好,但是当我尝试向其添加 PIL 时,安装会给出错误消息:

python version 2.7 required, which was not found in the registry

我能做什么?

最佳答案

这个问题之前已经看到了,确实python和windows注册表已经成为这个库的问题,你在以下地址创建一个新的自己的注册表HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\PythonCore\2.7\InstallPath,然后复制并粘贴 HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.7\InstallPath

中的值

查看更多详情

Installing SetupTools on 64-bit Windows

关于python - 在 Windows 7 64 位 PC 上安装 PIL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12467091/

相关文章:

windows - 如何在 Windows 中收集每个服务名称及其状态?

macos - 如何一起使用 macports 和 homebrew 包管理系统?

python - 在 python 中,如何从我的 distutils 包中公开一些命令?

python - python中对列表列表的第i项求和的快速方法

python - 使用 Python 教程进行测试驱动开发 : Error trying to open Firefox with Selenium on MacOSX

python - 如何在 django 项目的 settings.py 文件中将身份验证后端设置为默认(扩展 AbstractBaseUser 模型)

installation - 在 Inno Setup 中由 CreateInputQueryPage 创建的页面上的多行编辑

Python-SqlAlchemy : convert lists of tuples to list of atomic values

delphi - 调整旧的 delphi exe 以与 Win7 一起工作(windows 大小问题)

c# - 无法从 Win7 上的 Windows 服务发送 SMTP 电子邮件