It is currently Sat May 04, 2024 7:47 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 52 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject: Re: Can't get GURM to work
PostPosted: Tue Dec 06, 2011 2:12 pm  (#41) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2011
Posts: 395
Location: Indianapolis, IN
Yes, but, I have to edit the .py and the .ini file to reflect the drive letter. Other than that it works just fine!

_________________
"That which does not kill us makes us stronger." ~ Friedrich Nietzsche


Top
 Post subject: Re: Can't get GURM to work
PostPosted: Tue Dec 06, 2011 2:31 pm  (#42) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Draconian try placing the Gurm.ini and Gurm.py files in your F:\Gimp program plug-ins folder instead of the user/.gimp-2.6/7/plug-ins folder. See if that does the trick.

To work in Python you will need to move a few python files around and add the Gurm files to the portable Gimp-2 directory....ie.... YourDirectoryPath>/gimp-2.7/.gimp-2.7/plug-ins folder

That's where i have mine and it works fine. But i added python support to the new foreground tool fork of Gimp and use that Gimp version. I believe all Parthas versions of portable Gimp have Gimp-2 directories also.Which are created on first launch.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Can't get GURM to work
PostPosted: Wed Dec 07, 2011 1:53 pm  (#43) 
Offline
GimpChat Member
User avatar

Joined: Aug 24, 2011
Posts: 1785
Location: Dallas, TX
Funny you should mention that Rod, I was just about to try that next but I think my cpu just got tired or hot or something cuz I turned off the puter last night and left it off all night. When I rebooted this morning everything was working again. Maybe I need to give that puppy a rest more often I was about to get frustrated again. :wh

(Where's the smiley that shows me bashing my computer with a hammer?)

_________________
Image


Top
 Post subject: Re: Can't get GURM to work
PostPosted: Wed Dec 07, 2011 2:03 pm  (#44) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
DRAC

Image

_________________
Image


Top
 Post subject: Re: Can't get GURM to work
PostPosted: Wed Dec 07, 2011 2:09 pm  (#45) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Good one Molly! :)
Glad to hear you got it fixed Draconian.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Can't get GURM to work
PostPosted: Wed Dec 07, 2011 2:28 pm  (#46) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2011
Posts: 395
Location: Indianapolis, IN
Cool! Drac's in business now!? Alright!!

This is a bit off-topic
Offtopic :
Anybody know to get python to work within the PortableApps version of Gimp? This isn't Partha's portable 2.7.4 rather the one found at portableapps.com Gimp level 2.6.11.

It'd be nice to have access to all the other .py scripts to play with! :)

_________________
"That which does not kill us makes us stronger." ~ Friedrich Nietzsche


Top
 Post subject: Re: Can't get GURM to work
PostPosted: Wed Dec 07, 2011 2:53 pm  (#47) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
I did it once before. :)
Just add/copy the entire python 26 folder from (C:\python26 )
into the App/gimp folder. rename it to just python
Now you need the python folder from the lib/gimp/2.0 folder in the installed Gimp-2.6.11
Copy that to the \App\gimp\lib\gimp\2.0 folder in your portable version.
copy the pygimp.interp and pygimp.env files from the installed gimp-2.6.11 ...
Copy those two files to their respective folders.
Now re-edit the pygimp.interp file to this

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


Now add all the python files in the C:\Program Files\Gimp-2.0\lib\gimp\2.0\plug-ins folder into your portable plugin folder so you have pyconsole.

Been a while but i believe that is how it is done. :)
Let me know if that works.

I am trying it again now.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Can't get GURM to work
PostPosted: Wed Dec 07, 2011 3:12 pm  (#48) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
If i remember correctly you will also have to start Gimp portable from the execute file in the bin folder. :)
Otherwise it doesn't see the Python26 folder in the portable directory.
Try them both though i could be mistaken.Like i said it's been a while. :P


I stand corrected - you need to edit the pygimp.interp to the exact path you have for python execute
And you need to launch from the portable icon (not the bin exe)

my pygimp.interp looks like this for instance
python=F:\Gimp_Portable-2.6.11\GIMPPortable\App\gimp\python\pythonw.exe
/usr/bin/python=F:\Gimp_Portable-2.6.11\GIMPPortable\App\gimp\python\pythonw.exe
:Python:E::py::python:


You will just have to remember to edit that file/path whenever you carry it to another machine. :)
Or in the below example image use a flash drive.
Image

Python installed on portable Gimp-2.6.11 :)
Image

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Can't get GURM to work
PostPosted: Wed Dec 07, 2011 6:00 pm  (#49) 
Offline
GimpChat Member
User avatar

Joined: Aug 24, 2011
Posts: 1785
Location: Dallas, TX
molly wrote:
DRAC

Image


LMAOROTF!!!!!

Can I get a creative commons license permit for that Molly? I will probably get a lot of mileage out of that one with my track record.

_________________
Image


Top
 Post subject: Re: Can't get GURM to work
PostPosted: Wed Dec 07, 2011 8:14 pm  (#50) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Hey Drac, just copy and paste it to your desktop to use for your next bad day.

_________________
Image


Top
 Post subject: Re: Can't get GURM to work
PostPosted: Thu Dec 08, 2011 8:32 am  (#51) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2011
Posts: 395
Location: Indianapolis, IN
Thanks Rod,

I'm going to give that a try tonight at work. I'll zip up everything and put it on my flash drive. What's funny is I'm going to compare what you first had in the pygimp.interp to what partha has in his. Partha's has no drive letter. Interesting! Unless that's a difference between the 2.6 and 2.7 pythons'.

But most def going to try an do this! =) Thx!

Offtopic :
p.s. From your screenshot. Objectdock, Rockdock, Ave dock? I have Objectdock 2.0 Plus, but, I'd use it permanently IF they'd get something in there better than that 'Fan' menu when you want to show a group of shortcuts or entire folder on the dock.

_________________
"That which does not kill us makes us stronger." ~ Friedrich Nietzsche


Top
 Post subject: Re: Can't get GURM to work
PostPosted: Sat Dec 10, 2011 10:35 am  (#52) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2011
Posts: 395
Location: Indianapolis, IN
Rod,

I'm going to start a new thread on this.

_________________
"That which does not kill us makes us stronger." ~ Friedrich Nietzsche


Top
Post new topic Reply to topic  [ 52 posts ]  Go to page Previous  1, 2, 3

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Paintbrush doesnt work and none of the solutions on the internet work

13

No new posts Attachment(s) Plugins don't work

2

No new posts Attachment(s) HELP! I Cant get Spiderpaint to work

5

No new posts Attachment(s) Scale doesnt seem to work

33

No new posts The Pencil feature does not work...

11



* Login  



Powered by phpBB3 © phpBB Group