I installed version 2.7.3, and whenever I type:
import numpy
I get an error saying that I do not have it. but when I run python 2.6, it imports it beautifully. The same thing happens with all my previous libraries: scipy, numpy, cv, cv2, networkx. I think this is due to switching the python library path for the new default version. How to do it?
source
share