我正在安装一个应用程序,并且已经安装了python和easy_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,但找不到安装说明。
发布于 2010-06-28 04:27:52
我想你正在寻找pythonpaste的“粘贴脚本”,你可以从here下载它,然后解压并安装。
发布于 2013-08-07 14:22:59
sudo apt-get install python-pastescripthttps://stackoverflow.com/questions/3128727
复制相似问题