Switch to full style
Ask all general Gimp related questions here
Post a reply

Never had this problem--python plugins not posted in Partha [Solved]

Wed Mar 26, 2014 11:21 pm

GIMP Version: 2.8.10
Operating System: Windows
OS Version: Windows 7
GIMP Experience: Intermediate Level

List any relevant plug-ins or scripts:
Anything ending with *.py

List any ERROR messages you received:
none



Has anybody else had this problem?

I just did a clean install of Partha's Gimp 2.8.10; but for some reason it can't python plugins--not even the ones Partha included! They are "queried" every time I delete .pluginrc, but do not appear in the menus.

I tried running GIMP verbose: gimp-2.8.exe --v
but nothing is output. So I have no idea what's gone wrong.

Note I did install in a non-standard location: C:\Art Tools\GIMP-2.8 Would this affect anything?

OK, so I'm going to attach my .pluginrc file and see if anyone can help. I've already contacted Partha directly.

pluginrc.zip
My pluginrc file
(49.63 KiB) Downloaded 113 times


Thanks

Re: Never had this problem before--python plugins not posted in Partha

Wed Mar 26, 2014 11:27 pm

mechatherium wrote:I tried running GIMP verbose: gimp-2.8.exe --v
but nothing is output. So I have no idea what's gone wrong.

--v doesn't look right try this,
Code:
--verbose

Re: Never had this problem before--python plugins not posted in Partha

Thu Mar 27, 2014 1:46 am

Odin I've never been able to get this command to work, below is all I get
Image

Re: Never had this problem before--python plugins not posted in Partha

Thu Mar 27, 2014 1:50 am

@Graechan

Because the path has space characters in it you need to enclose it in double quotes:
Code:
"C:\Program Files\GIMP-2.6.7\bin\gimp-2.6.exe" --verbose

Re: Never had this problem before--python plugins not posted in Partha

Thu Mar 27, 2014 1:59 am

@mechatherium

As you've used a non-standard location - you need to check where GIMP is looking for the plug-ins:

Edit>>Preferences>>Folders>>Plug-Ins

http://docs.gimp.org/2.8/en/gimp-pimpin ... fs-folders

Kevin

Re: Never had this problem before--python plugins not posted in Partha

Thu Mar 27, 2014 2:05 am

That did the trick thank you, the instuctions on the website here User tips has it wrong

Re: Never had this problem before--python plugins not posted in Partha

Thu Mar 27, 2014 3:08 am

Graechan wrote:..., the instuctions on the website here User tips has it wrong

Fixed.

Re: Never had this problem before--python plugins not posted in Partha

Thu Mar 27, 2014 9:21 am

Is gimp.2.8 --verbose supposed to return anything on the command line? All I see it doing is starting GIMP.

paynekj--it's set to look in
C:\Users\Tony\.gimp-2.8\plug-ins
C:\Art Tools\GIMP-2.8\lib\gimp\2.0\plug-ins

In any case if it didn't know where the plugins were, it wouldn't run any of them, right? It's just not running python scripts--as if it didn't know where to look for python.

Re: Never had this problem before--python plugins not posted in Partha

Thu Mar 27, 2014 9:22 am

Does Partha frequent this board?

Re: Never had this problem before--python plugins not posted in Partha

Thu Mar 27, 2014 9:28 am

Do you have a menu entry Filters>>Python>Console ?

Re: Never had this problem before--python plugins not posted in Partha

Thu Mar 27, 2014 9:33 am

paynekj wrote:Do you have a menu entry Filters>>Python>Console ?


I don't even have Filters>>Python!

Just tested samj's portable build--Python-Fu is right on the top menu.

Unless I get an answer in a couple days, I'll uninstall Partha's build and use samj's.

Re: Never had this problem before--python plugins not posted in Partha

Thu Mar 27, 2014 9:40 am

I do believe it's best to email Partha directly. He has an email box at the bottom of his site, www.partha.com

Re: Never had this problem before--python plugins not posted in Partha

Thu Mar 27, 2014 10:41 am

I did that before I came here. No reply as yet.

Re: Never had this problem before--python plugins not posted in Partha

Thu Mar 27, 2014 7:13 pm

helloooo? Anybody?

Re: Never had this problem before--python plugins not posted in Partha

Sun Mar 30, 2014 7:50 pm

Quick update--Partha has responded and he's as flummoxed as I am.

He wanted to know if I had Python installed anyplace else--I mentioned I downloaded his Inkscape and portable Blender, both of which have Python.

Re: Never had this problem before--python plugins not posted in Partha

Sun Mar 30, 2014 7:54 pm

I will be curious to see if an answer will be discovered.

Re: Never had this problem before--python plugins not posted in Partha

Mon Mar 31, 2014 4:06 am

Do you have a file C:\Program Files\GIMP 2\lib\gimp\2.0\interpreters\pygimp.interp ?

It contents should be something like:
Code:
python=C:\Program Files\GIMP 2\Python\pythonw.exe
/usr/bin/python=C:\Program Files\GIMP 2\Python\pythonw.exe
:Python:E::py::python:


And of course you should have the corresponding executable (C:\Program Files\GIMP 2\Python\pythonw.exe)

Re: Never had this problem before--python plugins not posted in Partha

Fri Apr 04, 2014 6:49 pm

ofnuts wrote:Do you have a file C:\Program Files\GIMP 2\lib\gimp\2.0\interpreters\pygimp.interp ?

It contents should be something like:
Code:
python=C:\Program Files\GIMP 2\Python\pythonw.exe
/usr/bin/python=C:\Program Files\GIMP 2\Python\pythonw.exe
:Python:E::py::python:


And of course you should have the corresponding executable (C:\Program Files\GIMP 2\Python\pythonw.exe)


Yeah, I did. Partha and I worked it out.

It turned out that, since I installed GIMP as Administrator, I was locked out of pygimp.interp when I opened GIMP as User. Changing the permissions on pygimp.interp fixed everything.

Thanks, everybody!

Re: Never had this problem before--python plugins not posted in Partha

Fri Apr 04, 2014 6:49 pm

OK--now how do I close out this thread?

Re: Never had this problem before--python plugins not posted in Partha

Fri Apr 04, 2014 9:23 pm

I think you can just add (solved) to the thread title.
Post a reply