Hi, I recently had the same problem. My solution can be found here: https://groups.google.com/forum/?fromgroups#!topic/sqlalchemy/LJ-A704CnJ0
On Monday, 25 June 2012 19:14:27 UTC+2, Guillaume Viger wrote: > > Hi, > > I am deploying my TurboGears application from a virtualenv on Fedora 16, > but when the sqlalchemy module is imported the following error is thrown: > AttributeError: 'module' object has no attribute 'exc'. The virtualenv > site-packages/ directory does contain a > SQLAlchemy-0.7.8-py2.7-linux-i686.egg file (although it is not a directory > like some other .egg entries). My application was installed via 'setup.py > install' with 'TurboGears2' and 'sqlalchemy' in the 'install_requires' > (among others). I think the problem is due to the installed sqlalchemy > site-package that is missing the exc.py file since it is not a directory - > but I am honestly unsure ;). > > How can I resolve 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/-/QnRBjoKEFjgJ. 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.

