RSS/Atom feed Twitter
Site is read-only, email is disabled

PyGimp on Windows XP

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

PyGimp on Windows XP Ryan Krauss 01 Sep 02:05
  PyGimp on Windows XP Ryan Krauss 01 Sep 13:17
PyGimp on Windows XP Alchemie foto\\grafiche 01 Sep 13:58
  PyGimp on Windows XP Rob Antonishen 01 Sep 14:20
Ryan Krauss
2009-09-01 02:05:29 UTC (about 15 years ago)

PyGimp on Windows XP

I am trying to get PyGimp installed and working on Windows XP. It seems like this should be easier than it used to be. A quick google lead to several long install procedures. I have been using PyGimp in Ubuntu and am quite happy with it, but I know need to use it in windows. Preparation:
My computer has Python 2.5 and PyGTK.

Install: I ran the installer I downloaded from here: http://downloads.sourceforge.net/gimp-win/gimp-2.6.7-i686-setup.exe

with PyGTK installed, if gives me the option to install the Python extension (I did this).

I don't get any error messages, but it doesn't seem like PyGIMP is really working. Unlike in Ubuntu, I don't have any Python menu items under Filters, I don't see any place to launch a Python console, and it doesn't recognize any of the scripts I have in $HOME\\.gimp-2.6\\plug-ins

Are there other installation steps I am missing? How would I know if PyGIMP was really working under windows?

Thanks,

Ryan

Ryan Krauss
2009-09-01 13:17:12 UTC (about 15 years ago)

PyGimp on Windows XP

So, I found this
http://www.gimpusers.com/tutorials/install-python-for-gimp-2-6-windows.html and think I am going to get things working. It turns out that even though the GIMP installer will let me intall Python as long as PyGTK is installed, it also needs PyCairo and PyGObject to actually work. And the confirmation that it is working is a Python-Fu menu item with an option to launch a console under Filters.

On Mon, Aug 31, 2009 at 7:05 PM, Ryan Krauss wrote:

I am trying to get PyGimp installed and working on Windows XP. It seems like this should be easier than it used to be. A quick google lead to several long install procedures. I have been using PyGimp in Ubuntu and am quite happy with it, but I know need to use it in windows. Preparation:
My computer has Python 2.5 and PyGTK.

Install: I ran the installer I downloaded from here: http://downloads.sourceforge.net/gimp-win/gimp-2.6.7-i686-setup.exe

with PyGTK installed, if gives me the option to install the Python extension (I did this).

I don't get any error messages, but it doesn't seem like PyGIMP is really working. Unlike in Ubuntu, I don't have any Python menu items under Filters, I don't see any place to launch a Python console, and it doesn't recognize any of the scripts I have in $HOME\\.gimp-2.6\\plug-ins

Are there other installation steps I am missing? How would I know if PyGIMP was really working under windows?

Thanks,

Ryan

Alchemie foto\\grafiche
2009-09-01 13:58:59 UTC (about 15 years ago)

PyGimp on Windows XP

Maybe you miss a step,after installed all the dependency you have to reinstall gimp using the custom option of the installer (or something equivalent if you compile )

I packed together time ago everything needed http://photocomix-resources.deviantart.com/art/Gimp-Python-support-easier-74889017

The GTK is NOT more needed, may be now more recent version of some libraries ...but anyway that works and can make install easier

PLEASE NOTE

in the instruction included i suggest to restart the computer several times. That is not always strictly needed BUT that solve most of cases of mysterious install failures

Date: Mon, 31 Aug 2009 19:05:29 -0500 From: Ryan Krauss
Subject: [Gimp-developer] PyGimp on Windows XP To: GIMP Developer
Message-ID:

Content-Type: text/plain; charset="iso-8859-1"

I am trying to get PyGimp installed and working on Windows XP. It seems like this should be easier than it used to be. A quick google lead to several long install procedures. I have been using PyGimp in Ubuntu and am quite happy with it, but I know need to use it in windows. Preparation:
My computer has Python 2.5 and PyGTK.

Install: I ran the installer I downloaded from here: http://downloads.sourceforge.net/gimp-win/gimp-2.6.7-i686-setup.exe

with PyGTK installed, if gives me the option to install the Python extension (I did this).

I don't get any error messages, but it doesn't seem like PyGIMP is really working. Unlike in Ubuntu, I don't have any Python menu items under Filters, I don't see any place to launch a Python console, and it doesn't recognize any of the scripts I have in $HOME\\.gimp-2.6\\plug-ins

Are there other installation steps I am missing? How would I know if PyGIMP was really working under windows?

Thanks,

Ryan

Rob Antonishen
2009-09-01 14:20:08 UTC (about 15 years ago)

PyGimp on Windows XP

I am trying to get PyGimp installed and working on Windows XP.  It seems like this should be easier than it used to be.  A quick google lead to several long install procedures.  I have been using PyGimp in Ubuntu and am quite happy with it, but I know need to use it in windows. Preparation:
My computer has Python 2.5 and PyGTK.

I just did this recently on a new machine.

I installed according to this page: http://gimp-win.sourceforge.net/faq.html

Specifically:

# What do I need to do to get Python scripts to work? # You have to install Python (as of GIMP 2.6.4, both Python 2.5 and 2.6 are supported), PyCairo, PyGObject and PyGTK. If you just intend to use Python scripts from within GIMP, there is no need to install GTK+ separately.
If you installed GIMP before installing Python, PyCairo, PyGObject and PyGTK, run the GIMP installer again to install the GIMP Python components.

I followed links and installed the corresponding versions in the correct order, then gimp. It works.

FYI the versions I used were-

python-2.5.4.msi pycairo-1.2.6-1.win32-py2.5.exe
pygobject-2.12.3-1.win32-py2.5.exe
pygtk-2.10.6-1.win32-py2.5.exe

-Rob A>