Re: pysql test failed on macos
Gerhard Häring <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Özgür Odabaşı wrote: > Hİ all, > I'm trying to install django with sqlite but i have failed after > install pysqlite, > i couldn't found any answer from google > > I'm running on Macos 10.4, Python 2.5.1, sqlite: 3.4.0 > what should i do? any ideas? There's no real problem here - you don't need to do anything. pysqlite is testing a feature that is only available in newer (> 3.2.2) SQLite versions. But you are using an older SQLite version on MacOS X (you say it's 3.4.0, but it's not, you can check with printing dbapi2.sqlite_version from the Python interpreter prompt). I've implemented version dependency to this test in http://initd.org/tracker/pysqlite/changeset/435 so this problem will disappear in the next pysqlite release. - -- Gerhard -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHEdVMdIO4ozGCH14RAs09AKCnmUrNPSlVzUupMPWFLIOpj9KOhgCfZmTE O0tYI15OW8j4FQiAGCcnE9Y= =sz5i -----END PGP SIGNATURE----- _______________________________________________ pysqlite mailing list [email protected] http://lists.initd.org/mailman/listinfo/pysqlite