New submission from Christina Chan:
Tried to install python 2.7.3 on Linux 2.6.18-194.8.1.el5 x86_64 with the
following steps:-
1. after gunzip, did ./configure in Python-2.7.3 directory
2. make
here is the error I ran into when executing make:-
Python build finished, but the necessary bits
Christina Chan added the comment:
Hi,
I am new to python and I am actually running script developed by others using
python. So,
In order for the script to use SQLite, does it means that it will have import
SQLite in the script or how could one tell if SQLite is needed?
For the build