paster
How do I create a project without the project folder?
I\'m new to pyramid and paster, just reading the docs for now. I use virtualenv and inside the virtualenv dir I want to start a pyramid project. The problem is that I would like for paster to not crea[详细]
2023-04-05 02:19 分类:问答Connection resets on (large) file upload
So I\'m having a rather vexing issu开发者_Python百科e with file uploads in Pylons that I\'m hoping someone might be able to assist me with. Originally I posted the issue here thinking this was an issu[详细]
2023-04-01 18:13 分类:问答any way to composite configuration/.ini files in pylons?
We\'re running a pylons app with multiple ini files (production, staging, development, etc).When a new setting is added that can be the same in all environments, it would be great to be able to set it[详细]
2023-04-01 09:19 分类:问答How to debug long running python scripts or services remotely?
Pretty much what the title says, I would like to be able to connect to a python process running under paster or 开发者_运维技巧uwsgi and utilize pdb functionality.Using winpdb, you can attach to a run[详细]
2023-03-28 06:46 分类:问答Syntax Error When Running paster?
No idea what happened, but all of a sudden, paster stopped working on my server (working with virtualenv and pyramid). Tried reinstalling everything but didn\'t work - same error again:[详细]
2023-03-20 19:24 分类:问答Avoid session expires after transaction.commit in pyramind paster pshell
Seems tansaction.commit() is the only way I have to make a commit in pyramid paster pshell. I understand it\'s good in serving webpages but in shell, after that, on next SQLAlchemy MyModel.my_attri开发[详细]
2023-03-18 10:01 分类:问答Paster daemon won't shut down because can't read own pid file
TL;DR version: When I ask Paster to stop-daemon, it fails to read its own file that it uses to track its process id.[详细]
2023-03-15 06:22 分类:问答Upgrading Pyramid/SQLAlchemy web apps
I\'ve got a standard run of the mill Pylons Pyramid application, that uses SQLAlchemy for its database persistence.[详细]
2023-03-08 03:25 分类:问答Base path in paster configuration
I\'m trying to deploy some Pyramid code to dotcloud. Unfortunately some paths are not mapped in the same way as in local paster deployment. When I\'m running the development configuration with local s[详细]
2023-03-03 00:03 分类:问答how to serve downloadable PDF using pylons and paste server
I have a directory of .pdf files and I want a us开发者_JAVA技巧er to click on name of a file and have it downloaded.[详细]
2023-02-08 11:37 分类:问答