import sysprint(sys.path) #显示python搜索库的路径sys.path.append('<你的python2.6下numpy等库的绝对路径>')import numpy #然后这样就可以正常搜索到python2.6下的库