Hi,

I am deploying a TurboGears application in a virtualenv on Fedora 16, but 
on the import sqlachemy.exc in the sqlalchemy module throws AttributeError: 
'module' object has no attribute 'exc'. The virtualenv site-packages 
directory does contain the SQLAlchemy-0.7.7-py2.7-linux-i686.egg file (it 
is not a directory like many other .egg entries though). My application was 
installed by using 'python setup.py install' with TurboGears == 2.1.5 and 
sqlalchemy in the install_requires list among other packages.
I think the issue has to do with the 
site-package SQLAlchemy-0.7.7-py2.7-linux-i686.egg being a file and not a 
directory containing the exc.py file.

How do I solve this issue?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/turbogears/-/7i2CfbonjegJ.
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/turbogears?hl=en.

Reply via email to