【发布时间】:2013-01-04 04:54:13
【问题描述】:
我尝试安装this 软件。为此需要 Python。
我从名为 python-2.7.3.msi 的 here 安装了 Python。
我正在使用 Windows 7。
我的 Python 软件的层次结构与 post 中的相同。
做完之后,我做PATHVALUE = C:\Python27\Scripts
当我运行任何 Python 文件时,它会显示
python 不是内部或外部命令、可运行程序或批处理文件。 创建vc项目文件失败。
我该如何解决这个问题?
【问题讨论】:
-
在环境变量中添加
;C:\Python27
标签: python path-variables