Oleg Broytmann wrote: > Jorge Vargas wrote: >> I'll do it for free to SO. > > Thank you for the offer! > > Now when we have a real offer we have to decide if we want to switch > from the SF tracker to Trac. Will Trac help developers and users to .
I just realize that there is a trac, but it seems not to be running: http://trac.sqlobject.org/ A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /home/trac/lib/python2.3/flup-0.5-py2.3.egg/flup/server/scgi_base.py in run(self=<flup.server.scgi_base.Request object>) 181 182 try: 183 self._conn.server.handler(self) 184 except: 185 self.logger.exception('Exception caught from handler') self = <flup.server.scgi_base.Request object>, self._conn = <flup.server.scgi_base.Connection object>, self._conn.server = <flup.server.scgi.WSGIServer object>, self._conn.server.handler = <bound method WSGIServer.handler of <flup.server.scgi.WSGIServer object>> [...] . -- http://lazaridis.com ------------------------------------------------------------------------- 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 _______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
