RSS/Atom feed Twitter
Site is read-only, email is disabled

Problem porting 1.x-Perl script to 2.x

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

Problem porting 1.x-Perl script to 2.x Czerny 25 Aug 13:40
  Problem porting 1.x-Perl script to 2.x Joao S. O. Bueno 29 Aug 18:34
   Problem porting 1.x-Perl script to 2.x Bill Ferguson 29 Aug 20:58
2009-08-25 13:40:28 UTC (over 15 years ago)
postings
1

Problem porting 1.x-Perl script to 2.x

Hello,

I'm trying to use a Perl script that makes use of Perl's Gimp module (the simplified version Gimp::Fu) for Gimp Gimp versions 2.x. (I have GIMP 2.6.2 under OpenSUSE 11.2).

Whenever I try to execute the script from the Filters > Perl-Fu menu option I get error messages like:

Calling error for procedure 'gimp-procedural-db-proc-info': Procedure 'gimp-gimp-image-new' not found.

The funny thing is that my procedures are correctly called in the script ('gimp-image-new', 'gimp-layer-new' ...), but somehow a 'gimp' is prepended here.

Have you seen this before? How can I solve the problem?

Thanks in advance for your help,

Michael

Joao S. O. Bueno
2009-08-29 18:34:14 UTC (over 15 years ago)

Problem porting 1.x-Perl script to 2.x

On Tuesday 25 August 2009, Michael wrote:

Hello,

I'm trying to use a Perl script that makes use of Perl's Gimp module (the simplified version Gimp::Fu) for Gimp Gimp versions 2.x. (I have GIMP 2.6.2 under OpenSUSE 11.2).

Whenever I try to execute the script from the Filters > Perl-Fu menu option I

get error messages like:

Calling error for procedure 'gimp-procedural-db-proc-info': Procedure 'gimp-gimp-image-new' not found.

The funny thing is that my procedures are correctly called in the script ('gimp-image-new', 'gimp-layer-new' ...), but somehow a 'gimp' is prepended here.

Hi Michael

Bill Ferguson
2009-08-29 20:58:10 UTC (over 15 years ago)

Problem porting 1.x-Perl script to 2.x

On Sat, 2009-08-29 at 13:34 -0300, Joao S. O. Bueno wrote:

On Tuesday 25 August 2009, Michael wrote:

Hello,

I'm trying to use a Perl script that makes use of Perl's Gimp module (the simplified version Gimp::Fu) for Gimp Gimp versions 2.x. (I have GIMP 2.6.2 under OpenSUSE 11.2).

Whenever I try to execute the script from the Filters > Perl-Fu menu option I

get error messages like:

Calling error for procedure 'gimp-procedural-db-proc-info': Procedure 'gimp-gimp-image-new' not found.

The funny thing is that my procedures are correctly called in the script ('gimp-image-new', 'gimp-layer-new' ...), but somehow a 'gimp' is prepended here.

Hi Michael