代码之家  ›  专栏  ›  技术社区  ›  Richard Knop

在WIndows Xp上轻松安装cheetah的问题

  •  0
  • Richard Knop  · 技术社区  · 14 年前

    我已从以下URL安装PyQT:

    http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-Py2.6-gpl-4.7.7-1.exe

    我已经安装了Python2.6。

    我的操作系统是Windows XP SP3。

    我将此输入到cmd.exe中:

    easy_install cheetah
    

    这是输出:

    C:\Documents and Settings\All Users>easy_install cheetah
    Searching for cheetah
    Best match: cheetah 2.4.3
    Processing cheetah-2.4.3-py2.6.egg
    cheetah 2.4.3 is already the active version in easy-install.pth
    Installing cheetah-script.py script to C:\Python26\Scripts
    Installing cheetah.exe script to C:\Python26\Scripts
    Installing cheetah.exe.manifest script to C:\Python26\Scripts
    Installing cheetah-compile-script.py script to C:\Python26\Scripts
    Installing cheetah-compile.exe script to C:\Python26\Scripts
    Installing cheetah-compile.exe.manifest script to C:\Python26\Scripts
    
    Using c:\python26\lib\site-packages\cheetah-2.4.3-py2.6.egg
    Processing dependencies for cheetah
    Searching for Markdown>=2.0.1
    Reading http://pypi.python.org/simple/Markdown/
    Reading http://www.freewisdom.org/projects/python-markdown/
    Reading http://www.freewisdom.org/projects/python-markdown
    Reading https://sourceforge.net/project/showfiles.php?group_id=153041
    Best match: Markdown 2.0.3
    Downloading http://sourceforge.net/projects/python-markdown/files/markdown/2.0.3
    /Markdown-2.0.3.win32.exe/download
    Processing download
    error: Couldn't find a setup script in c:\docume~1\admini~1\locals~1\temp\easy_i
    nstall-awtoum\download
    
    C:\Documents and Settings\All Users>
    

    有什么帮助吗?

    1 回复  |  直到 14 年前
        1
  •  2
  •   ewall    14 年前

    你犯的错误 “奥图姆” Autumn-ORM ,可以使用命令安装 easy_install autumn

    或者,通过pip安装可能会更幸运(也许具有讽刺意味的是,可以使用命令安装 easy_install pip ). 带着皮普,奔跑 pip install cheetah 将尝试获取最新版本和所有先决条件/依赖项)。

    推荐文章