you can't use "max_overflow" with the default connection pool used by the SQLite engine, remove that keyword.
On May 27, 2013, at 7:17 AM, jo <[email protected]> wrote: > I have not been able to solve the problem > can someone please help me? > > ... > database.bind_meta_data() > File > "/home/jose/buildout/eggs/TurboGears-1.1.3-py2.6.egg/turbogears/database.py", > line 73, in bind_metadata > metadata.bind = sqlalchemy.create_engine(dburi, **alch_args) > File > "/home/jose/buildout/eggs/SQLAlchemy-0.6.8-py2.6.egg/sqlalchemy/engine/__init__.py", > line 263, in create_engine > return strategy.create(*args, **kwargs) > File > "/home/jose/buildout/eggs/SQLAlchemy-0.6.8-py2.6.egg/sqlalchemy/engine/strategies.py", > line 134, in create > engineclass.__name__)) > TypeError: Invalid argument(s) 'max_overflow' sent to create_engine(), using > configuration SQLiteDialect_pysqlite/SingletonThreadPool/Engine. Please > check that the keyword arguments are appropriate for this combination of > components. > > j > > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sqlalchemy?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
