I believe that it is supposed to come with python, but I just downloaded
python, compiled from source and the _sqlite3.so is not where it should be.

A similar problem was described here:
http://www.linuxquestions.org/questions/slackware-14/no-sqlite3.so-in-usrlib
python2.5lib-dynload-599027/

I tried recompiling with sqlite3 installed, but that didn't help which led
me to  this:

http://www.oreillynet.com/onlamp/blog/2006/11/python_25_sqlite_and_the_obvio
.html

Which contains the reference to the header files.

A potential complication is that I'm attempting to do this in a non-standard
directory (i.e. Not /usr/bin) because of potential conflicts with the older
version of python and because I'm not 100% confident in what I'm doing so I
don't want to have root while I'm trying this out.

Thanks,
Ryan


On 6/24/09 11:38 AM, "Daniel Watrous" <dwmaill...@gmail.com> wrote:

> 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


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to