On Tuesday 01 May 2012, Tobias Oelgarte wrote: > I tried it with Ubuntu 12.04 that comes with Python 3.2. Numpy is > optional, but if I install it from the package manager it is still not > found, even so correctly installed.
Ubuntu installs Python modules into dist-packages these days [1} instead of site-packages. Maybe cmake only looks into site-packages? It seems so, lokking into CMakeLists.txt. I don't know for certain, just an idea for somebody more knowledgable. [1] http://packages.ubuntu.com/precise/i386/python3-numpy/filelist Sanne _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
