Following the mod_wsgi tutorial I'm running into trouble.

I have everything set up as in the Pyramid mod_wsgi tutorial.
Everything seems to install fine, and mod_wsgi is working, but when I
visit the application in my browser I get:

[Tue Jan 18 01:37:59 2011] [error] [client 68.173.52.83]   File "/home/
user/modwsgi/env/lib/python2.6/site-packages/WebError-0.10.3-py2.6.egg/
weberror/evalexception.py", line 226, in __call__
[Tue Jan 18 01:37:59 2011] [error] [client 68.173.52.83]     "The
EvalException middleware is not usable in a "
[Tue Jan 18 01:37:59 2011] [error] [client 68.173.52.83]
AssertionError: The EvalException middleware is not usable in a multi-
process environment

In development.ini I tried taking out    egg:WebError#evalerror
 but then it no longer found my template file:

(/home/user/modwsgi/env/lib/python2.6/site-packages/house-0.0-
py2.6.egg/house/templates/mytemplate.pt)

Not sure if I have two errors, or if by stopping one I just created
another.

-- 
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