Top "Pyramid" questions

Pyramid is a Python-based web framework provided by the Pylons Project.

Why am I getting DistributionNotFound error when I try to run Pyramid project?

I installed in my new Windows 8 (x64): python-2.7 pywin32-218.win32-py2.7 setuptools-0.6c11.win32-py2.7 and pyramid (via easy_…

python pyramid
Using a different schema for the same declarative Base in sqlalchemy

I am new to both Pyramid and SQLAlchemy. I am working on a Python Pyramid project with SQLAlchemy. I have …

python sqlalchemy schema pyramid
User Authentication in Pyramid

I'm building a webapp and needed to choose between Django and Pyramid. I decided to go with Pyramid. I understand …

python authentication pyramid
How to set up logging for a Python Pyramid Waitress server?

I am trying to setup logging for a Python Pyramid Waitress Server. I have followed the docs here: Pyramid logging …

python logging pyramid waitress
UPDATE statement on table xxx' expected to update 1 row(s); 0 were matched with Zope transactionmanager

I am running a Pyramid + Zope transaction manager + SQLAlchemy + PostgreSQL. On some occasions, I have seen StaleDataError error on a …

postgresql sqlalchemy pyramid zope transactionmanager
Is Pyramid ready/recommended for prime time?

I was wandering around testing various options for my new personal project, ranging from PHP, to node.js, to Haskell. …

python pylons pyramid
SQLAlchemy won't update my database

I'm making a Pyramid app using SQLAlchemy-0.7.8. I'm using 64bit Python3.2. The question is, why does the following function not …

python sqlalchemy pyramid python-3.2
I can not connect to https waitress wsgi server

I have tried the tutorial of python pyramid framework but, https connection, no matter how able to waitress. http://docs.…

python https pyramid wsgi waitress
how can i get the ini data in pyramid?

There is a development.ini or production.ini in a pyramid project. I add my own config data in the …

pyramid ini
How to get Registry().settings during Pyramid app startup time?

I am used to develop web applications on Django and gunicorn. In case of Django, any application modules in a …

python paste pyramid