On May 1, 10:12 am, 7stud <[EMAIL PROTECTED]> wrote: > On May 1, 4:08 am, "Daniel Nogradi" <[EMAIL PROTECTED]> wrote: > > > > Does sqlite come in a mac version? > > > The interface (pysqlite) is part of the python 2.5 standard library > > but you need to install sqlite itself separately (as far as I > > remember) fromwww.sqlite.org > > > Daniel > > I'm using python 2.4.4 because the download said there were more mac > modules available for 2.4.4. than 2.5, and I can't seem to locate a > place to download sqlite for mac.
Did you install Xcode on your Mac? If so then you should have access to a C compiler allowing you to compile sqlite from source: http://sqlite.org/download.html I checked fink (finkproject.org) but that web site shows no binary distributions for sqlite3: http://pdb.finkproject.org/pdb/package.php/sqlite3 -- Hope this helps, Steven -- http://mail.python.org/mailman/listinfo/python-list