Hi people!
I followed the pyramid guide to run an pyramid application as mod_wsgi
and I figure out that I have an error log. Apache tells me that the
"zope.deprecation" module can't be loaded. But the library is there:

tamer@office /storage/modwsgi/env/lib/python2.7/site-packages $ ls -lA
| grep depre

drwxr-xr-x 4 tamer tamer   4096 17. Jan 20:11 zope.deprecation-3.5.0-
py2.7.egg

Apache error_log:
http://pastebin.com/raw.php?i=KswA2ZcT

My Apache VHOST entry
http://pastebin.com/raw.php?i=feE5KnZR

and my pyramid.wsgi content:

from pyramid.paster import get_app
application = get_app('/storage/modwsgi/env/myapp/development.ini',
'main')


Any ideas?! I am not getting smart. For any support I would thank
you.


Tamer

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