PhotoComix wrote:
For RobA
since the initial setup is a bit a pain, i was thinking to create sort of portable setting
Gurm will accept relative paths?(relative to where is gimp)
Relative paths don't seem to work.
You
could delete/comment out line 3 (the GURMIMI = whatever)
then change line 53 to:
f = open(gimp.directory + os.sep + "plug-ins" + os.sep + "gurm.ini","r")
and line 84 to:
f = open(gimp.directory + os.sep + "plug-ins" + os.sep + "gurm.ini","w")
which will work as long as it is installed into plugins in your user plugin directory (and not the gimp system directory).
-Rob A>