Hi all,
When in blender, I try to load an addon using numpy or to import numpy in the blender's console, and I get the following error :
But numpy was installed with blender.
I found the answer by myself but that was quite long so I post it here.
When in blender, I try to load an addon using numpy or to import numpy in the blender's console, and I get the following error :
Code:
ImportError: No module named numpy
But numpy was installed with blender.
Code:
pkg info | grep numpy
py27-numpy-1.11.0,1 The New Numeric Extension to Python
I found the answer by myself but that was quite long so I post it here.