How to upgrade python from 2.3 to 2.4
yinglcs at gmail.com
yinglcs at gmail.com
Thu Apr 19 17:03:55 EDT 2007
Hi,
Red hat 4 comes with python 2.3, and I am trying to upgrade to python
2.4. So I download and compile the source of python2.4.
But as I run it I get the following error, can you please tell me how
to fix it?
# /root/src/Python-2.4.4/python ./nov/scripts/stressTestServlet.py ./
nov/scripts/stressTestInputFile 10 127.0.0.1
Traceback (most recent call last):
File "./nov/scripts/stressTestServlet.py", line 6, in ?
import time
ImportError: No module named time
More information about the Python-list
mailing list