What Pyramid version you're running? There has been a change in the way middleware is included, I believe as of 1.2., it now uses pyramid.includes entry in the INIs. However, I _don't_ know if the old way via [pipeline:main] is still acceptable, or if this makes any difference since you say that via Paster everything runs fine. I have updated all my INIs to 1.2 default format and all my mod_wsgi Pyramid apps (that were previously running under Pyramid 1.0 and 1.1) are running just fine, transactions and all (but with PostgreSQL).

I also have WSGIProcessGroup set to %{GLOBAL} for all the apps (defined in the VirtualHost section for Apache), I don't know if that is the cause since you're missing it.

.oO V Oo.


On 10/19/2011 09:31 AM, neurino wrote:
What do you mean with _missing_?

`repoze.tm2` is in my production.ini pipeline

[pipeline:main]
pipeline =
    egg:WebError#evalerror
    tm
    bmhandbook

[filter:tm]
use = egg:repoze.tm2#tm
commit_veto = repoze.tm:default_commit_veto

Thank you


--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to