Hi Zachary! On Fri, Feb 3, 2017 at 10:16 PM, Zachary Brown <[email protected]> wrote: > I'm writing blender add-ons using python. Recently I tried to import the numpy > module, but blender reported that no such module could be found. I know I have > the numpy debian package installed.
Could you tell me if you're using python-numpy or python3-numpy; former is useless in Blender, nowadays. Probably you've noticed that with [1] all convenience copies of python stuff in Blender are disabled. This could be one of the causes of the issue you faced. > I downloaded the latest version of blender from blender.org, and it found the > numpy module just fine. Easy, upstream Blender builds have all those convenience copies I mentioned above merged in the tarballs provided, that's the fact. > pn python3:any <none> Any reason for this? Cheers. [1] https://anonscm.debian.org/cgit/pkg-multimedia/blender.git/tree/debian/rules#n49 -- Matteo F. Vescovi || Debian Developer GnuPG KeyID: 4096R/0x8062398983B2CF7A

