Pythonをビルド - 檜山正幸のキマイラ飼育記 メモ編の方法でビルドすると、SQLite3が使えない。 $ python Python 2.6.4 (r264:75706, Jan 21 2010, 23:22:41) [GCC 3.4.6 20060404 (Red Hat 3.4.6-10)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sqlite3 Traceback (most recent call last): File "", line 1, in File "/usr/local/python/lib/python2.6/sqlite3/__init__.py", line 24, in from dbapi2 import *