2005年02月05日 星期六 10:12
我有一个setup.py的安装文件,我在dos下到这个文件目录下,然后键入 python setup.py,它提示‘python’不是内部或外部命令,也不是可运行的程序或批处理文件。 那么怎么打开这个setup.py呢? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050205/e4f71c5e/attachment.htm
2005年02月05日 星期六 10:42
On Sat, 5 Feb 2005 10:12:07 +0800 (CST), python_cn <python_cn at 163.com> wrote: > 我有一个setup.py的安装文件,我在dos下到这个文件目录下,然后键入 python > setup.py,它提示'python'不是内部或外部命令,也不是可运行的程序或批处理文件。 > > 那么怎么打开这个setup.py呢? First, you must install python. Second, you must put the path to python.exe in your PATH environment variable so that cmd can find it for you. Or you can type something like: "C:\Python23\python setup.py" to work. Adjust the path to meet your installation.
2005年02月05日 星期六 10:51
?? 天!你的Python 环境都没有安装完全?? for windows 的用专门的Python 安装包的,与正常的win软件没有什么不同, 建议安装Active 的Python 包,包含了很多实用的支持模块, Python 环境安装好的标记是,在 dos 命令环境中 输入 python 应该有类似以下的输出 [E:\zTools\4ntu]python ActivePython 2.4 Build 243 (ActiveState Corp.) based on Python 2.4 (#60, Nov 30 2004, 09:34:21) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> 然后,各种Python 应该工具, 基本的标准安装就都是一样的,如果提供 setup.py 脚本的话就是: >python setup.py install 其实所有的操作,一般都提供详细说明的,看一下子先就不会有类似的困惑了... On Sat, 5 Feb 2005 10:42:25 +0800, Qiangning Hong <hongqn at gmail.com> wrote: > On Sat, 5 Feb 2005 10:12:07 +0800 (CST), python_cn <python_cn at 163.com> wrote: > > 我有一个setup.py的安装文件,我在dos下到这个文件目录下,然后键入 python > > setup.py,它提示'python'不是内部或外部命令,也不是可运行的程序或批处理文件。 > > > > 那么怎么打开这个setup.py呢? > > First, you must install python. > Second, you must put the path to python.exe in your PATH environment > variable so that cmd can find it for you. Or you can type something > like: "C:\Python23\python setup.py" to work. Adjust the path to meet > your installation. > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > -- [Time is unimportant, only life important!]
Zeuux © 2025
京ICP备05028076号