http://bugs.gpodder.org/show_bug.cgi?id=224
--- Comment #3 from Justin Forest <[EMAIL PROTECTED]> 2008-10-21 09:10:33 --- Mehmet, what is your SQLite version? Reportedly Pardus 2008 uses python-sqlite version 2.4.1 and python version 2.5.2, which is exactly the same as I use, and it works fine. The only place in the source code of pysqlite that has this error message is this: http://oss.itsystementwicklung.de/hg/pysqlite/file/1c47c5f17f9e/src/connection.c, line 1303, which says that the name of the collation indeed contains characters other than A-Z, 0-9 and _. Which means that either python fails to uppercase the name of the collation, or it gets damaged (unlikely). What is in your LANG envar? -- Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
