sqlalchemy gives the following error message for sqlite: C:\Python25\lib\site-packages\sqlalchemy\databases\sqlite.py:167: RuntimeWarning: The installed version of sqlite (3.3.4) is out-dated, and will cause errors in some cases. Version 3.3.13 or greater is recommended. warnings.warn(RuntimeWarning("The installed version of sqlite (%s) is out-dated, and will cause errors in some cases. Version 3.3.13 or greater is recommended." % self.dbapi.sqlite_version))
The installed version is in C:\Python25\DLLs\sqlite3dll dated 18-Apr-07. sqlite3 has been updated since then. I am using Python 2.5.1 with Windows XP. Any suggestions for a workaround? Colin W. -- http://mail.python.org/mailman/listinfo/python-list