I think that sqlite3 is part of the standard python distribution since
version 2.5.
http://docs.python.org/library/sqlite3.html

Are you trying to compile because you wanted a more up to date
version?  If not then you should be able to just start using it.

On Wed, Jun 24, 2009 at 12:23 PM, Ryan Giuliany<rgiuli...@bccrc.ca> wrote:
> Hi,
>
> I¹m trying to get Python 2.6 installed with the sqlite3 module compiled,
> which according to the README requires sqlite3 ³including the header files².
> I¹ve tried compiling sqlite3.6.15 and was hoping there was a
> ‹with-[PACKAGE]=yes that would work but I don¹t know what the package name
> might be (I¹ve tried guessing a couple things but none panned out).  Is
> there a separate download, or is there in fact a package I can just include
> at compile-time?
>
> Thanks,
> Ryan
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to