Am 10.05.2010 um 02:02 schrieb eka:
Hi, Getting the Helloworld example to work would help to learn about turbogears. But I get stuck. This is on Centos 5, pysqlite-2.6.0 following instructions at http://turbogears.org/2.0/docs/main/DownloadInstall.html $ paster setup-app development.ini [ . . . ] File "/root/tg2env/lib/python2.4/site-packages/SQLAlchemy-0.5.1- py2.4.egg/sqlalchemy/databases/sqlite.py", line 443, in has_table row = cursor.fetchone() File "/root/tg2env/lib/python2.4/site-packages/SQLAlchemy-0.5.1- py2.4.egg/sqlalchemy/engine/base.py", line 1668, in fetchone self.connection._handle_dbapi_exception(e, None, None, self.cursor, self.context) File "/root/tg2env/lib/python2.4/site-packages/SQLAlchemy-0.5.1- py2.4.egg/sqlalchemy/engine/base.py", line 931, in _handle_dbapi_exception raise exc.DBAPIError.instance(statement, parameters, e, connection_invalidated=is_disconnect) sqlalchemy.exc.ProgrammingError: (ProgrammingError) Cannot operate on a closed cursor. None None
Looks like a misconfigured DB connection string to me. Diez -- 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?hl=en.

