(12-06-2017, 11:26 PM)Ofnuts Wrote: Normally you should be able to
- Add the python executable which comes with Gimp to your general Windows path (once this is done you have a "python" command available in the command prompt.
- Install PIP s indicated there: (AFAIK Gimp's Python should be >= 2.7.9 so PIP could there already, otherwise, follow the indications).
- Download Numpy as indicated there.
My problem is I don't really know what I'm doing, well, i tried putting the path to the Gimp python executable in my "User variables" - (see pic) is that right or what should it be?
Also is the numpy version I have correct? I have (installed with pip):- numpy-1.13.3 and it's in "C:\Python27\Lib\site-packages\.. " is that right? Or should I install it with pip via the wheel i.e. '"numpy-1.13.3+mkl-cp27-cp27m-win_amd64.whl'? Thanks.