Re: [Gimp-user] Using the Python console with an existing image (was Re: Gimp-Python and Gimp 1.2?)

2001-07-11 Thread Sabine Wolf
Hi! > >>> num_images, image_ids = pdb.gimp_image_list() > >>> image_ids > (2,) > >>> active_layer = pdb.gimp_image_get_active_layer(image_ids[0]) > Traceback (innermost last): > File "/usr/lib/gimp/1.2/plug-ins/gtkcons.py", line 292, in run > exec cmd in self.namespace > File "",

[Gimp-user] Using the Python console with an existing image (was Re: Gimp-Python and Gimp 1.2?)

2001-07-10 Thread Ben Logan
On Sat, Jul 07, 2001 at 11:05:03AM -0400, Carol Spears wrote: > ftp://ftp.daa.com.au/pub/james/pygimp/ looks like pygimp-1.2.tar.gz was > uploaded on Fri Jan 26 00:00:00 2001. I bet it works. Thanks, I installed it and it works. But now I have another question: Is it possible to use the Python c