Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gimp, python, and numpy
#13
Might be easier to install linux than get anything working in Windows Wink

In the spirit of always willing to try, this using Win7 (a bit faster than my Win10 VM)

First which 'flavour' of python. The Win installers have both 32 and 64 bit versions. I have tried both with the same result. The Python in a 64 bit Windows Gimp 2.8.22 is 32 bit, so this example using 32 bit for the screenshots.

Installing Python, easy enough. The only option to enable is adding python to the windows path. https://i.imgur.com/PINkYFd.jpg other wise everything is default.

Using pip to install numpy. Again there are 32/64 bit versions of the numpy .whl file

Lots in this screenshot of the windows terminal https://i.imgur.com/9yMZ8C9.jpg
1. the python version
2. installing numpy - that added the f2py files to the Python 27\Scripts folder
3. A check that python has been added to the path.
4. The Python command and import numpy, no error messages.

A restart of Win, just in case and onto Gimp

Starting Gimp in a terminal with the verbose switch all the usual, nothing special. https://i.imgur.com/1yMRV2G.jpg

The Gimp 2.8.22 Python console with import numpy - not found https://i.imgur.com/QdyfC2h.jpg

So, that is me finished. quote from the stackoverflow thread ..Can't believe there are so many lengthy (perhaps outdated?) answers out there..
Reply


Messages In This Thread
Gimp, python, and numpy - by Ofnuts - 12-04-2017, 09:52 PM
RE: Gimp, python, and numpy - by Espermaschine - 12-06-2017, 12:23 AM
RE: Gimp, python, and numpy - by Ofnuts - 12-06-2017, 12:31 AM
RE: Gimp, python, and numpy - by Zero01 - 12-06-2017, 07:16 PM
RE: Gimp, python, and numpy - by Ofnuts - 12-06-2017, 11:26 PM
RE: Gimp, python, and numpy - by Zero01 - 12-07-2017, 12:29 PM
RE: Gimp, python, and numpy - by Ofnuts - 12-07-2017, 02:24 PM
RE: Gimp, python, and numpy - by dinasset - 12-07-2017, 08:57 AM
RE: Gimp, python, and numpy - by Ofnuts - 12-07-2017, 09:49 AM
RE: Gimp, python, and numpy - by Zero01 - 12-07-2017, 09:59 AM
RE: Gimp, python, and numpy - by dinasset - 12-07-2017, 10:24 AM
RE: Gimp, python, and numpy - by Ofnuts - 12-07-2017, 02:22 PM
RE: Gimp, python, and numpy - by Ofnuts - 12-07-2017, 12:57 PM
RE: Gimp, python, and numpy - by Zero01 - 12-07-2017, 01:14 PM
RE: Gimp, python, and numpy - by rich2005 - 12-07-2017, 01:26 PM
RE: Gimp, python, and numpy - by dinasset - 12-07-2017, 01:50 PM
RE: Gimp, python, and numpy - by Zero01 - 12-07-2017, 01:55 PM
RE: Gimp, python, and numpy - by Zero01 - 12-07-2017, 03:08 PM
RE: Gimp, python, and numpy - by Kevin - 12-07-2017, 03:09 PM
RE: Gimp, python, and numpy - by dinasset - 12-07-2017, 03:42 PM
RE: Gimp, python, and numpy - by Zero01 - 12-07-2017, 05:15 PM
RE: Gimp, python, and numpy - by Kevin - 12-07-2017, 05:33 PM
RE: Gimp, python, and numpy - by Zero01 - 12-07-2017, 05:57 PM
RE: Gimp, python, and numpy - by Ofnuts - 12-07-2017, 05:59 PM
RE: Gimp, python, and numpy - by Zero01 - 12-07-2017, 06:11 PM
RE: Gimp, python, and numpy - by Ofnuts - 12-07-2017, 06:33 PM
RE: Gimp, python, and numpy - by rich2005 - 12-07-2017, 06:41 PM
RE: Gimp, python, and numpy - by rich2005 - 12-08-2017, 11:08 AM
RE: Gimp, python, and numpy - by Zero01 - 12-10-2017, 12:33 PM

Forum Jump: