this is what I got from tailing the mod_wsgi error stack:
[Tue Mar 27 23:14:16 2012] [error] [client 127.0.0.1] from sqlalchemy import create_engine,String,Unicode,Integer, Column, func,distinct, desc
[Tue Mar 27 23:14:16 2012] [error] [client 127.0.0.1] File "/path/to/virtualenv/app/data/virtenv/lib/python2.6/site-packages/sqlalchemy/__init__.py", line 10, in <module>
[Tue Mar 27 23:35:50 2012] [error] [client 127.0.0.1] AttributeError: 'module' object has no attribute 'exc'
actually when I run the file directly from python without mod_wsgi the error doesn' t show up.. strange
I'll be glas any help/exprience with this strange problem?