On Apr 12, 2007, at 10:20 AM, Graeme O'Keefe wrote: > Do I have the wrong version of sqlite (3.3.15?) or pysqlite (2.3.3?) > > Stumped!
Me too! OK, if you open up /Library/Frameworks/Python.framework/Versions/2.4/ lib/python2.4/site- packages, do you see multiple pysqlite* files/folders? Or maybe it's multiple sqlite installs? Checking my system, I find I have two: one in /usr/bin, and one in / usr/local/bin. Here's what I get when I exectute both: [EMAIL PROTECTED] ~]$ /usr/bin/sqlite3 SQLite version 3.1.3 Enter ".help" for instructions sqlite> ^D [EMAIL PROTECTED] ~]$ /usr/local/bin/sqlite3 SQLite version 3.3.5 Enter ".help" for instructions sqlite> ^D Maybe you could check for something similar on your machine. -- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [EMAIL PROTECTED] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]