Re: [Gimp-developer] PyGimp on Windows XP

2009-09-01 Thread Ryan Krauss
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.

[Gimp-developer] PyGimp on Windows XP

2009-09-01 Thread Alchemie foto\grafiche
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

Re: [Gimp-developer] PyGimp on Windows XP

2009-09-01 Thread Rob Antonishen
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:

[Gimp-developer] debugging and print messages in PyGimp for windows

2009-09-01 Thread Ryan Krauss
So, I have PyGIMP correctly installed in windows (I think). I am trying to port my plug-ins from Linux. One big annoyance is that print doesn't seem to work and error messages that probably go to standard out go no where. I really need those messages to debug. I tried launching gimp from the

Re: [Gimp-developer] [PATCH] Improve brush outline for fuzzy brushes, sample screenshot included

2009-09-01 Thread peter sikking
Guillermo Espertino wrote: what about printing a semi transparent copy of the actual brush on the canvas? exactly what I thought. --ps founder + principal interaction architect man + machine interface works http://mmiworks.net/blog : on interaction

Re: [Gimp-developer] debugging and print messages in PyGimp for windows

2009-09-01 Thread Jernej Simončič
On Tuesday, September 1, 2009, 18:16:48, Ryan Krauss wrote: So, I have PyGIMP correctly installed in windows (I think). I am trying to port my plug-ins from Linux. One big annoyance is that print doesn't seem to work and error messages that probably go to standard out go no where. I really