使用 easy_install.exe 为 Django 安装 pyMySQL 时出现问题

发布于 2024-11-09 07:27:16 字数 563 浏览 0 评论 0原文

我正在尝试为 python 安装 pyMySQL 模块,以便可以设置 Django (请参阅 this 上一个问题)。

我无法让 easy_install.exe PyMySQL-0.3-py2.6.egg 终生运行。每次我收到错误 easy_install.exe not recognize as an inside or external command... 我尝试将各种目录添加到我的系统路径中,包括:

C:\Python27\Lib\site-packages\;
C:\Python27\Scripts\; 
C:\Python27\Scripts\easy_install.exe
C:\Python27\Scripts\easy_install.exe PyMySQL-0.3-py2.6.egg

我缺少什么来阻止它执行?(注意我使用的是Windows 7)

I'm trying to install the pyMySQL module for python so that I can setup Django (see this previous question).

I can't get easy_install.exe PyMySQL-0.3-py2.6.egg to run for the life of me. Every time I get the error easy_install.exe not recognized as an internal or external command... I've tried adding various directories to my system path including:

C:\Python27\Lib\site-packages\;
C:\Python27\Scripts\; 
C:\Python27\Scripts\easy_install.exe
C:\Python27\Scripts\easy_install.exe PyMySQL-0.3-py2.6.egg

What am I missing that is keeping this from executing?(note I'm on windows 7)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

罪#恶を代价 2024-11-16 07:27:16

您必须先安装 setuptools

[编辑]
呃,

C:\Users\Robus>easy_install
Yada yada, not found
C:\Python26\Scripts>easy_install
error: No urls, filenames, or requirements specified (see --help)
C:\Python26>

我能想到的下一件最好的事情是 - 你是否安装了多个版本的 python?在这种情况下,setuptools 可能已安装在其他地方

You have to install setuptools first

[edit]
Uh,

C:\Users\Robus>easy_install
Yada yada, not found
C:\Python26\Scripts>easy_install
error: No urls, filenames, or requirements specified (see --help)
C:\Python26>

The next best thing I can think of is - do you, by any chance, have more than one version of python installed? In that case setuptools might have been installed somewhere else

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文