Gurus,
I am using the python 2.3 version and I have set the path in my .bashrc
as,
export PYTHONPATH=/usr/lib/python2.3
I could not import the math module. In general, where to put the downloaded
module and how to set it.
thanks
Python 2.3.1 (#1, Sep 23 2003, 10:07:41)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import math
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named math