Hi!


I've installed SQL Alchemy 0.1.7 and quickstarted a new project.  When I try 
running it I get the following error:


Unhandled exception in thread started by <bound method Server._start of 
<cherrypy._cpserver.Server object at 0xb7a596ec>>
Traceback (most recent call last):
  File 
"/usr/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cpserver.py",
 
line 78, in _start
    Engine._start(self)
  File 
"/usr/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cpengine.py",
 
line 108, in _start
    func()
  File 
"/home/godoy/desenvolvimento/python/TurboGears/1.0/turbogears/startup.py", 
line 219, in startTurboGears
    ext.start_extension()
  File 
"/home/godoy/desenvolvimento/python/TurboGears/1.0/turbogears/visit/api.py", 
line 68, in start_extension
    create_extension_model()
  File 
"/home/godoy/desenvolvimento/python/TurboGears/1.0/turbogears/visit/api.py", 
line 87, in create_extension_model
    _manager.create_model()
  File 
"/home/godoy/desenvolvimento/python/TurboGears/1.0/turbogears/visit/savisit.py",
 
line 22, in create_model
    TG_Visit.table.create()
  File 
"/home/godoy/desenvolvimento/python/sqlalchemy/lib/sqlalchemy/schema.py", 
line 235, in create
    self.engine.create(self)
  File 
"/home/godoy/desenvolvimento/python/sqlalchemy/lib/sqlalchemy/ext/proxy.py", 
line 50, in __getattr__
    e= self.get_engine()
  File 
"/home/godoy/desenvolvimento/python/sqlalchemy/lib/sqlalchemy/ext/proxy.py", 
line 114, in get_engine
    if self.storage.engine is None:
AttributeError: 'thread._local' object has no attribute 'engine'



Any hints on what I need to change to get to, at least, the welcome 
screen? :-)


-- 
Jorge Godoy      <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk
-~----------~----~----~----~------~----~------~--~---

Reply via email to