Justin Li schrieb:
> I'm building and installing Ptyhon 2.6.1 on Linux. After configure,
> make, make install, to import sqlite3 leads to ImportError. It looks
> like I have to build Python with sqlite. I have sqlite3 installed on
> my system. How should I build Python with it? I did not find any
> options relating with sqlite3 of configure and Makefile.

Do you have the development files installed as well? Run "make" again
and look at the list of missing modules.

Christian

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to