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.  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 ryanli...@gmail.com 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

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[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 
 
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 ryanli...@gmail.com
Subject: [Gimp-developer] PyGimp on Windows XP
To: GIMP Developer gimp-developer@lists.xcf.berkeley.edu
Message-ID:
c5b438120908311705v599dd2c5p310de7f4d3713...@mail.gmail.com
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


  

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


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:
 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:
quote
# 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.
/quote

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
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[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
command line.  Is there some other way?  Where to standard out and standard
error messages go on windows?
Right now, when one of my plugins hits a python bug, it just stops and tells
me nothing.  I tried executing the plugin from the console and I just get
execution error without even a line number to guide me.

Thanks,

Ryan
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


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 architecture





smime.p7s
Description: S/MIME cryptographic signature
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


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 need those messages to debug.  I tried launching gimp from the
 command line.  Is there some other way?  Where to standard out and standard
 error messages go on windows?

Nowhere, by default. Run gimp-2.6.exe --verbose to get a console,
which should also receive output from plugins.

-- 
 Jernej Simončič  http://eternallybored.org/ 

In the fight between you and the world, back the world.
   -- Kafka's Law

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer