Re: [Gimp-developer] Pygimp plugin built and installed on Win, but not accessible

2006-10-06 Thread Williams, Andrew








There were 2 queries as to why I didnt compile a more
recent version of gimp. My aim is just to use the Pygimp plugin, but there are
no binaries available for Win, so I compiled a stable version. (Also, I posted
to gimp-user, but they referred me here.)



 Actually, with GIMP, you just need to edit GIMP-2.0\lib\gimp\2.0\interpreters\pygimp.interp to contain something like this: . (the 2.3 installer generates this file automatically)



Yes, this happened. Also I changed it and got an error
message on my startup console, so it is being accessed. (And I changed it back
and get no messages, but as I say, no Python.)



- Andrew Williams.








___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Pygimp plugin built and installed on Win, but not accessible

2006-10-06 Thread Michael Schumacher
Von: Williams, Andrew [EMAIL PROTECTED]

 There were 2 queries as to why I didn't compile a more recent version of
 gimp. My aim is just to use the Pygimp plugin, but there are no binaries
 available for Win, so I compiled a stable version. 

There are 2.3 binaries for Win32. 2.3.11 was even among the first binaries at 
all for this release. So far, Python support did just work for all of them on 
any of my systems.

GIMP 2.3.7 isn't a stable version, btw. None of the 2.3s is. 


HTH,
Michael
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Pygimp plugin built and installed on Win, but not accessible

2006-10-05 Thread Sven Neumann
Hi,

On Thu, 2006-10-05 at 15:54 +1000, Williams, Andrew wrote:
 With some difficulty I built Gimp 2.3.7 with Python using MinGW on Win
 XP. Make and make install completed without error. 

Why would you waste your time building such an outdated version of GIMP
2.3?


Sven



___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Pygimp plugin built and installed on Win, but not accessible

2006-10-05 Thread Hans Breuer

On 05.10.2006 07:54, Williams, Andrew wrote:
With some difficulty I built Gimp 2.3.7 with Python using MinGW on Win 
XP. Make and make install completed without error.


Gimp starts, but there is no Python in the Toolbars/Xtns menu (or any 
others); Script explorer shows NO python scrips.



You need to make GLib's g_file_test() aware of additional 'executables'
by adding .PY to the PATHEXT environment variable. See:
http://developer.gnome.org/doc/API/2.0/glib/glib-File-Utilities.html#g-file-test


I did NOT disable-python. My python 2.4.2 has all the +gtk* installs. 
The gimp python plugin files all appear to be installed correctly. There 
are no startup error messages. (And I can import gimp from python.) 
(Also, my \msys\local\lib\gimp\2.0\environ\pygimp.env and 
..\interp\pygimp.interp appear to be ok.)


Using the prebuilt Python 2.4 may be a problem as well cause it links with 
a newer C-runtime than gtk+ (msvcr71.dll vs. msvcrt.dll). I'm not sure if 
mixing runtimes is fatal for gimp python plug-ins, but at least when 
embedding Python in Dia this is definitely a problem. See also:

http://mail.gnome.org/archives/dia-list/2006-September/msg00045.html

Hans

 Hans at Breuer dot Org ---
Tell me what you need, and I'll tell you how to
get along without it.-- Dilbert
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Pygimp plugin built and installed on Win, but not accessible

2006-10-05 Thread jernej
On Thursday, October 5, 2006, 8:32:46, Hans Breuer wrote:

 On 05.10.2006 07:54, Williams, Andrew wrote:
 With some difficulty I built Gimp 2.3.7 with Python using MinGW on Win 
 XP. Make and make install completed without error.
 Gimp starts, but there is no Python in the Toolbars/Xtns menu (or any
 others); Script explorer shows NO python scrips.
 You need to make GLib's g_file_test() aware of additional 'executables'
 by adding .PY to the PATHEXT environment variable. See:
 http://developer.gnome.org/doc/API/2.0/glib/glib-File-Utilities.html#g-file-test

Actually, with GIMP, you just need to edit
GIMP-2.0\lib\gimp\2.0\interpreters\pygimp.interp to contain something like
this:

python=R:\Python24\pythonw.exe
/usr/bin/python=R:\Python24\pythonw.exe
:Python:E::py::python:

(the 2.3 installer generates this file automatically)

 Using the prebuilt Python 2.4 may be a problem as well cause it links with
 a newer C-runtime than gtk+ (msvcr71.dll vs. msvcrt.dll). I'm not sure if 
 mixing runtimes is fatal for gimp python plug-ins, but at least when 
 embedding Python in Dia this is definitely a problem. See also:
 http://mail.gnome.org/archives/dia-list/2006-September/msg00045.html

I build GIMP with Python 2.4, and as far as I can see, it works.

-- 
 Jernej Simonèiè  http://deepthought.ena.si/ 

If not controlled, work will flow to the competent man until he submerges.
   -- Boyle's Tenth Law

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer