2010-06-27 76 views
8

我正在安装应用程序并安装了pythoneasy_install。我现在有两个步骤来完成:什么是贴纸,我该如何安装它?

5. Make a config file as follows:: 

    paster make-config openbiblio development.ini 

6. Tweak the config file as appropriate and then setup the application:: 

    paster setup-app config.ini 

我已阅读答案#1和尝试了网络,但无法找到安装说明。

回答

7

我认为您在寻找pythonpaste的“粘贴脚本”,您可以从here下载,然后解包并安装。

+0

我还是感到困惑 - 你提到的网站有'paste create -t​​emplate = basic_package MyPackage'而不是'paster'。我会尝试一下 – 2010-06-27 20:35:13

+0

@peter,现在我也很困惑(通过你说什么; - )...:在http://pythonpaste.org/script/我看到'paster serve --help'等 - - 你在哪看到它拼写的那个页面中没有尾随的'r'? – 2010-06-27 20:40:34

+1

第一!在'http:// pypi.python.org/pypi/PasteScript'上面写着我写的东西。我现在已经解压缩了,试着用'easy_install PasteScript-1.7.3'安装它(我是一个新手),它说它已经安装。现在Python脚本中有一个paster.exe,我将尝试使用 – 2010-06-27 20:53:19

4
sudo apt-get install python-pastescript 
相关问题