[Gimp-developer] pygimp on windows? (Duh!)

2005-06-23 Thread lode leroy
ok, I found the missing link ! from http://hans.breuer.org/ports/readme.win32 set PATHEXT=%PATHEXT%;.py ok. so now the .py plugins are getting loaded, but I get Traceback (most recent call last): File C:\msys\1.0\target\lib\gimp\2.0\plug-ins\shadow_bevel.py, line 20, in ? from gimpfu

Re: [Gimp-developer] pygimp on windows? (Duh!)

2005-06-23 Thread Leon Brooks
On Thursday 23 June 2005 21:41, lode leroy wrote: ImportError: No module named gimp Guessing here - not being an MS-Windows user - that there is another EnVar called something like LIBPATH or DLLPATH (or perhaps something Python-specific) which you need to add the gimp module's path to.

Re: [Gimp-developer] pygimp on windows? (Duh!)

2005-06-23 Thread Michael Schumacher
Von: Leon Brooks [EMAIL PROTECTED] Guessing here - not being an MS-Windows user - that there is another EnVar called something like LIBPATH or DLLPATH (or perhaps something Python-specific) which you need to add the gimp module's path to. Python-specific - you drop a .pth file into