2005年02月05日 星期六 14:47
我是这样设置的,在path中添加 c:\python24\ 而且我在几个变量之间也用了分号。现在,我直接在CMD中输入python,就进入了python编辑环境,这样表明设置正确吗?但那个setup.py还是打不开! > 看一下你的PATH环境变量,一定是没把python的路径设对。这个错误说明你的dos > 窗口根本没找到python.exe这个文件。 > > 如果设置完了,要注意把你原来的dos窗口关掉,再打开。老的dos窗口可能没起作用。 > > 小蟒 wrote: > > 现在又变成'python'不是内部或外部命令…… > > 怎么半? > > 谁能详细的讲一下,谢谢了:) > > > > > 在命令行下执行python,如果没问题,说明python的路径已经设好。再执行 > > > setup.py如错,那只能是你要执行的安装文件的问题。 > > > > > > python_cn wrote: > > > > 是不是在我的电脑-高级-环境变量-系统变量里,对在PATH中添加python > > 的安装 > > > > 路径? > > > > 但我这样设置后,输入python setup.py,它提示: > > > > C:\Documents and Settings\Adminstrator\桌面\Python\ChinesePython\ > > > > chinesepython\python setup.py > > > > Traceback: > > > > File "setup.py", line 624,in ? > > > > sysconfig.set_python_build > > > > AttributeError: 'module' object has no attribute 'set_python_build' > > > > > > > > 这该怎么半呢?我安装了python2.4,windows2000 > > > > > > > > > > > > > -- > > > I love python! > > > My Blog: http://www.donews.net/limodou > > > _______________________________________________ > > > python-chinese list > > > python-chinese at lists.python.cn > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > > ・网易126邮箱--专业电子邮局 1.5G空间,30兆附件 http://www.126.com >>> > > <http://www.126.com> > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > -- > I love python! > My Blog: http://www.donews.net/limodou > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050205/6b1b9cfb/attachment.html
2005年02月05日 星期六 15:32
那只能说明你那个setup.py有问题了。你可以写一个简单的小程序试一下呀。能运 行就说明不是python的问题了。 小蟒 wrote: > 我是这样设置的,在path中添加 c:\python24\ > 而且我在几个变量之间也用了分号。现在,我直接在CMD中输入python,就进入了 > python编辑环境,这样表明设置正确吗?但那个setup.py还是打不开! > -- I love python! My Blog: http://www.donews.net/limodou
Zeuux © 2025
京ICP备05028076号