Re: [Gimp-developer] pygimp on windows? success!

2005-06-26 Thread Michael Schumacher
Joao S. O. Bueno Calligaris wrote: > On Sunday 26 June 2005 11:19, Michael Schumacher wrote: >>If you want to continue to work on scripting, and get even more >>scripting languages to GIMP on the windows plattform, there is >>gimp-perl, some java classes, a ruby binding and iirc even >>something f

Re: [Gimp-developer] pygimp on windows? success!

2005-06-26 Thread Joao S. O. Bueno Calligaris
On Sunday 26 June 2005 11:19, Michael Schumacher wrote: > lode leroy wrote: > > Ah, now it starts up, and the "Python-fu" is there... yippee! > > It should do so now out of the box, at least in current CVS... > maybe except for the interp file, but we should be able to fix this > today. > Hooo

Re: [Gimp-developer] pygimp on windows? success!

2005-06-26 Thread Michael Schumacher
lode leroy wrote: > Ah, now it starts up, and the "Python-fu" is there... yippee! It should do so now out of the box, at least in current CVS... maybe except for the interp file, but we should be able to fix this today. > And now lets hope some autotools-wizard can deduce from this mail what > n

Re: [Gimp-developer] pygimp on windows? success!

2005-06-25 Thread Nathan Summers
On 6/24/05, Alan Horkan <[EMAIL PROTECTED]> wrote: > > On Fri, 24 Jun 2005, Michael Schumacher wrote: > > > Great work! Seems like we will finally have pygimp 2.4 for GIMP 2.4 on each > > of the officially supported platforms. Hm, how about letting > > Script-Fu/Tiny-Fu die in favor of it? ;) >

Re: [Gimp-developer] pygimp on windows? success!

2005-06-24 Thread Alan Horkan
On Fri, 24 Jun 2005, Michael Schumacher wrote: > Great work! Seems like we will finally have pygimp 2.4 for GIMP 2.4 on each > of the officially supported platforms. Hm, how about letting > Script-Fu/Tiny-Fu die in favor of it? ;) The best thing about Script-Fu has been knowing it would be avail

Re: [Gimp-developer] pygimp on windows? success!

2005-06-24 Thread Michael Schumacher
> Von: "lode leroy" <[EMAIL PROTECTED]> > Aha! So I edited the Makefile, to add the missing path. and now alt least > I have a dll, although its called 'gimpmodule.dll'... suppose I can just > rename that to gimp.dll... > Didn't get a pth file from autotools... > So what am I supposed to do now?

[Gimp-developer] pygimp on windows? success!

2005-06-24 Thread lode leroy
Python's module mechanism doesn't recognize the dll files as a python module. Once you solve this (e.g. add or remove the compiler or linker flag that makes it work or break resp.), it should work. well, the first problem just now is that there is no .dll resulting from the autotools compilati