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 console to change an image you are working on (but that wasn't created by a pygimp script)? Here's an example of what happens when I create a new image and then start the Python console: >>> 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 "<string>", line 1, in ? TypeError: wrong parameter type Am I attempting the impossible? Thanks, Ben Logan _______________________________________________ Gimp-user mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user