On Mon, 2008-06-02 at 10:49 +0530, Bala subramanian wrote: > Dear Alan, > I am using python 2.4.3 that came pre-installed with my linux. I dnt > have any other version. But i noticed another problem. In fact no > other modules are getting imported now. I have pasted the error below. > Suggest me what i should do now. >
That's strange, you definitely have something wrong with your python. Could you try this: python -c "import sys; print sys.path" And also tell us what your environment look like ? (just dump it using the env command if you are using bash). cheers, David _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
