Probleme mit Python 2.7.3 auf Centos mit SQLite3-Modul

Ich möchte mit SQLite3 auf meinem Centos-Server spielen, aber es wird immer derselbe Fehler gemeldet (Modul installiert).

Python 2.7.3 (default, Jun 29 2012, 19:03:18) 
[GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlite3
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "sqlite3/__init__.py", line 24, in <module>
    from dbapi2 import *
  File "sqlite3/dbapi2.py", line 27, in <module>
    from _sqlite3 import *
ImportError: No module named _sqlite3

auf Ubuntu und so weiter funktioniert gut .... irgendwelche Ideen, was ich hier vermisse?

Ich kompiliere die 2.7.3 erneut und es fängt die SQLite3-Bibliotheken gut auf.

Antworten auf die Frage(4)

Ihre Antwort auf die Frage