Re: [Gimp-developer] Giving a try to gimp-perl

2003-07-31 Thread pcg
On Sat, Jul 26, 2003 at 01:53:30AM +0200, David Gmez [EMAIL PROTECTED] wrote:
 I'm using gimp 1.3.16 and gimp-perl from cvs, and i got some errors after
 running it, mainly in the Net.pm module. I post the output of the script,

Most probably there is a problem starting the gimp. Try to run your script
with -v to see the gimp's screen output, it will most probably tell you
the rpoblem (such as missing DISPLAY, or problems with starting the
perl-server).

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED]  |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


[Gimp-developer] Giving a try to gimp-perl

2003-07-25 Thread David Gmez
Hi all ;),

I know gimp-perl is still unstable, anyway i tried to compile it myself
and test it with the bbgallery script. It's not a very complex script, just
loads the jpeg images, rescales them to create the thumbnails, and save them.
After that uses the HTML perl module to create a html gallery.

I'm using gimp 1.3.16 and gimp-perl from cvs, and i got some errors after
running it, mainly in the Net.pm module. I post the output of the script,
maybe it will be of some help for people currently working in gimp-perl:

Warning: Unknown token 'vlink' in config file: /home/huma/.bbgallery
Warning: Unknown token 'bgcolor1' in config file: /home/huma/.bbgallery
Warning: Unknown token 'alink' in config file: /home/huma/.bbgallery
Warning: Unknown token 'bgcolor' in config file: /home/huma/.bbgallery
Warning: Unknown token 'thumb_only' in config file: /home/huma/.bbgallery
Warning: Unknown token 'text' in config file: /home/huma/.bbgallery
Warning: Unknown token 'link' in config file: /home/huma/.bbgallery
Warning: Unknown token 'text1' in config file: /home/huma/.bbgallery
Warning: Unknown token 'text2' in config file: /home/huma/.bbgallery
Warning: Unknown token 'bgcolor2' in config file: /home/huma/.bbgallery
gimp_scale.pl: protocol error (1) at
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Gimp/Net.pm line 67.
(ERROR) protocol error (1) at
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Gimp/Net.pm line 67.
gimp_scale.pl: protocol error (1) at
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Gimp/Net.pm line 67.
(ERROR) protocol error (1) at
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Gimp/Net.pm line 67.
Use of uninitialized value in substitution (s///) at
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/HTML/Entities.pm line
399.  Use of uninitialized value in concatenation (.) or string at
/usr/bin/bbgallery line 222.

And thanks for all the great work with gimp 1.3 ;)), even unstable, is a
lot better that gimp 1.2 ;)

-- 
David Gómez

The question of whether computers can think is just like the question of
 whether submarines can swim. -- Edsger W. Dijkstra
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer