Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

Re: Python problem

Tue Jul 27, 2010 8:14 pm

lol, pie is good!

Re: Python problem

Tue Jul 27, 2010 10:46 pm

lol

Re: Python problem

Wed Jul 28, 2010 3:57 am

What version of GIMP are you running? I ask because I had some very strange behaviour with Python plug-ins on 2.6.10.

Also are you running any firewall software? This thread on GimpUsers.com implies that plug-ins are registered with firewall software, and if that's blocking your python plug-ins, then they won't run, but might appear in your menus.

My first reaction was that you have got python installed, but haven't got all the other graphics libraries (pygtk, pygobject and pycairo) installed properly.

Kevin

Re: Python problem

Wed Jul 28, 2010 9:45 am

Well, as far as I know all three of the other libraries are installed, they never gave me any errors. I'm using 2.6.10. My firewall hasn't went crazy about anything but I'll look into it. the only what I would call strange thing is that I have to install python 2.3 in order for the other libraries to install then i have to install python 2.6. It doesn't seem that should be necessary.

Re: Python problem

Wed Jul 28, 2010 10:31 am

I'm rather suspicious that you had to install python 2.3.

Looking at the package that PhotoComix put together here the installers for the other libraries are:
pycairo-1.4.12-1.win32-py2.5.exe
pygobject-2.14.1-1.win32-py2.5.exe
pygtk-2.12.1-2.win32-py2.5.exe

All of which match the version of python (2.5.2) in the package. It sounds like you've got old libraries which have installed for python 2.3 and as Gimp runs your python 2.6, that version doesn't have the libraries needed.

Check in your Python26 folder if you've got the installation log files:
pycairo-wininst.log, pygobject-wininst.log, pygtk-wininst.log

PhotoComix posted some links to the versions for Python 2.6 towards the end of this thread on GimpTalk - at 24 Jul 2009 11:42

Re: Python problem

Wed Jul 28, 2010 12:10 pm

Actually there the most updated pack here http://gimptricks.deviantart.com/gallery/#/d2kqm1b
Both work with gimp 2.6 the difference is that mine is still compatible with 2.4, that of gimptricks only with gimp 2.6.



maybe there is some problem with gimp 2.6.10 ?
Actually i have installed gimp 2.7.1 and gimpainter so i can't check

Re: Python problem

Wed Jul 28, 2010 12:16 pm

paynekj wrote:I'm rather suspicious that you had to install python 2.3.

Looking at the package that PhotoComix put together here the installers for the other libraries are:
pycairo-1.4.12-1.win32-py2.5.exe
pygobject-2.14.1-1.win32-py2.5.exe
pygtk-2.12.1-2.win32-py2.5.exe

All of which match the version of python (2.5.2) in the package. It sounds like you've got old libraries which have installed for python 2.3 and as Gimp runs your python 2.6, that version doesn't have the libraries needed.

Check in your Python26 folder if you've got the installation log files:
pycairo-wininst.log, pygobject-wininst.log, pygtk-wininst.log

PhotoComix posted some links to the versions for Python 2.6 towards the end of this thread on GimpTalk - at 24 Jul 2009 11:42


I thought it was suspicious too but the pygtk wouldn't install unless 2.35 was there.

Re: Python problem

Wed Jul 28, 2010 1:00 pm

Update:
I removed every trace of anything python, installed the libraries in the order that Photocomix specified, everything now works as it should.
Thanks, Photocomix, and I don't say that casually or lightly.

Re: Python problem

Wed Jul 28, 2010 8:23 pm

Yeah i was going to add i have 2.6.10 installed and am having 0 problems with Python.
So i do not believe its the program.Glad you got it up and running Gms9810! =)
Thats what i do when in doubt uninstall everything related and start over with fresh installs.
I will be doing that next with my laptop, as soon as the kids are done with it .... lol

Re: Python problem

Thu Jul 29, 2010 8:13 am

I'm quite sure I had some of the wrong versions installed. That whole thing is very confusing, you have to have 4 things installed and each of those 4 have multiple versions. There should be a law against that.

Re: Python problem

Thu Jul 29, 2010 10:04 pm

So what new inspiring things are you going to do with your new Python toys? =)

Re: Python problem

Thu Jul 29, 2010 10:29 pm

For now, good old fashioned spirograph.

Re: Python problem

Fri Jul 30, 2010 2:20 am

sweeet! =)
I used to love my set too!

Re: Python problem

Fri Jul 30, 2010 8:52 am

me too, I bought my grandkids a set and they just gave me a blank look, I explained that I used to spend hours playing with them. They were not impressed. But regarding python scripts. Last year i found 3 or 4 really neat ones that i couldn't get to work. I don't remember what they were so my next step after satisfying my spirocraving will be to beam over to the gimp plugin registryand go through it page by page and glean every python script that i find and like.

Re: Python problem

Fri Jul 30, 2010 7:55 pm

Gms9810 wrote:me too, I bought my grandkids a set and they just gave me a blank look, I explained that I used to spend hours playing with them. They were not impressed. But regarding python scripts. Last year i found 3 or 4 really neat ones that i couldn't get to work. I don't remember what they were so my next step after satisfying my spirocraving will be to beam over to the gimp plugin registryand go through it page by page and glean every python script that i find and like.


lol, yeah i know, seems like nowadays if it does not make a lot of noise or have a controller, and/or hook to the net it seems useless to the children. =\

Whatever happened to a good ole game of chess?

anyways have fun GIMPing, myself i just love to browse the repository, almost as much as my local fishing gear store...lol
Post a reply