Hi list
I have migrated a project from SQLObject to SQLAlchemy. I'm getting
ever since several messages in the TG console, like this one
Exception in thread VisitManager:
Traceback (most recent call last):
File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
self.run()
File
"/usr/lib/python2.4/site-packages/TurboGears-0.9a9-py2.4.egg/turbogears/visit/api.py",
line 256, in run
self.update_queued_visits(queue)
File
"/usr/lib/python2.4/site-packages/TurboGears-0.9a9-py2.4.egg/turbogears/visit/savisit.py",
line 56, in update_queued_visits
values={'expiry': expiry}).execute()
File "/usr/lib/python2.4/site-packages/sqlalchemy/sql.py", line 509,
in execute
return self.execute_using(self.engine, *multiparams, **params)
File "/usr/lib/python2.4/site-packages/sqlalchemy/sql.py", line 463,
in execute_using
return self.compile(engine=engine,
parameters=compile_params).execute(*multiparams, **params)
File "/usr/lib/python2.4/site-packages/sqlalchemy/sql.py", line 374,
in execute
raise exceptions.InvalidRequestError("This Compiled object is not
bound to any engine.")
InvalidRequestError: This Compiled object is not bound to any engine.
thanks for the help
Javier Rojas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---