Kevin Dangoor wrote:
> BTW, if anyone wants to take a look at what I've done to support SA in
> TurboGears, it's here:
> 
> http://trac.turbogears.org/turbogears/browser/branches/1.0/turbogears/database.py

My initial impression is positive, even though it's just been a quick 
glance so far. One issue: Identity and visit tracking haven't been 
updated to match. I'll try my hand at a patch in an hour or so if 
nobody's beat me to it.

Unhandled exception in thread started by <bound method Server._start of 
<cherrypy._cpserver.Server object at 0xb7bed58c>>
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/ccd/VC/svn/turbogears-1.0/turbogears/startup.py", line 
219, in startTurboGears
     ext.start_extension()
   File "/home/ccd/VC/svn/turbogears-1.0/turbogears/visit/api.py", line 
64, in start_extension
     _manager= _create_visit_manager( timeout )
   File "/home/ccd/VC/svn/turbogears-1.0/turbogears/visit/api.py", line 
47, in _create_visit_manager
     plugin= entrypoint.load()
   File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1830, 
in load
     entry = __import__(self.module_name, globals(),globals(), ['__name__'])
   File "/home/ccd/VC/svn/turbogears-1.0/turbogears/visit/savisit.py", 
line 10, in ?
     __engine__= turbogears.database.PackageEngine( 'turbogears.visit' )
AttributeError: 'module' object has no attribute 'PackageEngine'


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to