I have django 1.4 installed on my rhel 5. By default rhel 5 has python 2.4 in it but to use django 1.4 I manually installed python 2.7.3 The development server is running fine b
I had the same problem with python 2.6.8 built from source on Red Hat (but this probably holds for other versions on other OS).
My problem was solved by installing sqlite-devel (Red Hat) before configuring and building python (or do config.status --recheck
in your build directory, followed by make
and make install
.