Python 什么是粘贴器,如何安装?

Python 什么是粘贴器,如何安装?,python,paster,Python,Paster,我正在安装一个应用程序,并且已经安装了python和easy\u 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 我已经

我正在安装一个应用程序,并且已经安装了
python
easy\u 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

我已经阅读了Stackoverflow答案并尝试了web,但找不到安装说明。

我想您正在寻找的是的“粘贴脚本”,您可以从中下载,然后解包并安装。

我仍然感到困惑-您提到的站点有
paste create--template=basic_package MyPackage
而不是
paster
。我试试看out@peter,现在我也被你说的弄糊涂了;-)…:在我看到的
粘贴服务--help
等--你看到在那页没有尾随
r
的拼写在哪里?首先是thanx!关于
http://pypi.python.org/pypi/PasteScript
上面写着我写的东西。我现在已经解包,尝试用
easy_install PasteScript-1.7.3
安装它(我是新手),它说它已经安装了。Python脚本中现在有一个paster.exe,我将尝试一下。你是对的,看起来像是
pypi
页面中的一个打字错误——不幸的是,我不知道如何警告页面维护者这一点!
sudo apt-get install python-pastescript