Hm, that error doesn't look familiar to me. Has anyone else seen it? Why would a python 2.6 import be happening within a 2.7 runtime?
(I'm a bit of a python noob, too, so don't feel bad!) --------- Matt Taylor OS Community Flag-Bearer Numenta On Sat, Aug 31, 2013 at 11:23 AM, may2003 <[email protected]> wrote: > Config: Ubuntu64 / Python 2.7 via pythonbrew. > $NUPIC/build.sh builds w/o error after i manually edit a number of files > to #define the 2.7 var > htmtest & testeverything pass 100% for C++ > run_tests.sh borks on the following looking for a 2.6 so I suspect that I > have to edit a config or set an environment var somewhere: > * ** > **lib/python2.7/site-packages/matplotlib/transforms.py:34: in <module> ** > **> from matplotlib._path import affine_transform ** > **E ImportError: libpython2.6.so.1.0: cannot open shared object file: > No such file or directory ** > **=============== 244 passed, 4 skipped, 1 error in 59.19 seconds > ================ ** > ** * > Thanks in advance from a Linux / Python noob. > Sinon > > _______________________________________________ > nupic mailing list > [email protected] > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org > >
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
