(12-07-2017, 12:57 PM)Ofnuts Wrote: If numpy is installed, don't bother with that. Just check that Gimp sees numpy by going to Filters>Python fu>Console and do:
Code:
import numpy
dir(numpy)
It should look like:
No, I get this:
Also, the Python version^ for Gimp looks older (than yours) (my system-wide python is 2.7.14) - maybe that's the problem?