sqlite for mac?

attn.steven.kuo at gmail.com attn.steven.kuo at gmail.com
Tue May 1 13:42:29 EDT 2007


On May 1, 10:12 am, 7stud <bbxx789_0... at yahoo.com> wrote:
> On May 1, 4:08 am, "Daniel Nogradi" <nogr... at gmail.com> 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





More information about the Python-list mailing list