On Thu, Apr 3, 2008 at 7:11 PM, Amit <[EMAIL PROTECTED]> wrote:
>
>  Ok that is good to know. I will play around with the source
>  distribution and try to figure out how to get it to work with python
>  2.5. According to the python 2.5 documentation, to build Python with
>  sqlite3, I need the libraries plus the header files. Installing the
>  source distribution installs the header files as well? Or do I need to
>  copy them to some standard location like /usr/local/include?
>

Correct - from the source tarball, doing configure/make/make install
will build the amalgamation into a library and install it with the
headers (there are only 2).  No idea about python integration, though.

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

Reply via email to