It is currently Thu Jul 04, 2024 5:24 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 35 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: Python problem
PostPosted: Tue Jul 27, 2010 8:14 pm  (#21) 
Offline
GimpChat Member
User avatar

Joined: Apr 08, 2010
Posts: 5420
Location: Northwest Ohio
lol, pie is good!


Top
 Post subject: Re: Python problem
PostPosted: Tue Jul 27, 2010 10:46 pm  (#22) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
lol

_________________
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: Python problem
PostPosted: Wed Jul 28, 2010 3:57 am  (#23) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
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

_________________
Kevin


Top
 Post subject: Re: Python problem
PostPosted: Wed Jul 28, 2010 9:45 am  (#24) 
Offline
GimpChat Member
User avatar

Joined: Apr 30, 2010
Posts: 1937
Location: Missouri
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.

_________________
Image
The last time I kept an open mind,
my brain fell out and the dog grabbed it.
Now it's full of dirt, toothmarks, and dog slobber.
No more open minds or dogs for me.


Top
 Post subject: Re: Python problem
PostPosted: Wed Jul 28, 2010 10:31 am  (#25) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
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

_________________
Kevin


Top
 Post subject: Re: Python problem
PostPosted: Wed Jul 28, 2010 12:10 pm  (#26) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
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

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: Python problem
PostPosted: Wed Jul 28, 2010 12:16 pm  (#27) 
Offline
GimpChat Member
User avatar

Joined: Apr 30, 2010
Posts: 1937
Location: Missouri
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.

_________________
Image
The last time I kept an open mind,
my brain fell out and the dog grabbed it.
Now it's full of dirt, toothmarks, and dog slobber.
No more open minds or dogs for me.


Top
 Post subject: Re: Python problem
PostPosted: Wed Jul 28, 2010 1:00 pm  (#28) 
Offline
GimpChat Member
User avatar

Joined: Apr 30, 2010
Posts: 1937
Location: Missouri
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.

_________________
Image
The last time I kept an open mind,
my brain fell out and the dog grabbed it.
Now it's full of dirt, toothmarks, and dog slobber.
No more open minds or dogs for me.


Top
 Post subject: Re: Python problem
PostPosted: Wed Jul 28, 2010 8:23 pm  (#29) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
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

_________________
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: Python problem
PostPosted: Thu Jul 29, 2010 8:13 am  (#30) 
Offline
GimpChat Member
User avatar

Joined: Apr 30, 2010
Posts: 1937
Location: Missouri
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.

_________________
Image
The last time I kept an open mind,
my brain fell out and the dog grabbed it.
Now it's full of dirt, toothmarks, and dog slobber.
No more open minds or dogs for me.


Top
 Post subject: Re: Python problem
PostPosted: Thu Jul 29, 2010 10:04 pm  (#31) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
So what new inspiring things are you going to do with your new Python toys? =)

_________________
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: Python problem
PostPosted: Thu Jul 29, 2010 10:29 pm  (#32) 
Offline
GimpChat Member
User avatar

Joined: Apr 30, 2010
Posts: 1937
Location: Missouri
For now, good old fashioned spirograph.

_________________
Image
The last time I kept an open mind,
my brain fell out and the dog grabbed it.
Now it's full of dirt, toothmarks, and dog slobber.
No more open minds or dogs for me.


Top
 Post subject: Re: Python problem
PostPosted: Fri Jul 30, 2010 2:20 am  (#33) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
sweeet! =)
I used to love my set too!

_________________
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: Python problem
PostPosted: Fri Jul 30, 2010 8:52 am  (#34) 
Offline
GimpChat Member
User avatar

Joined: Apr 30, 2010
Posts: 1937
Location: Missouri
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.

_________________
Image
The last time I kept an open mind,
my brain fell out and the dog grabbed it.
Now it's full of dirt, toothmarks, and dog slobber.
No more open minds or dogs for me.


Top
 Post subject: Re: Python problem
PostPosted: Fri Jul 30, 2010 7:55 pm  (#35) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
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

_________________
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 new topic Reply to topic  [ 35 posts ]  Go to page Previous  1, 2

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Convert GIMP plugin from Python 2 to Python 3

4

No new posts Difference between "Python-Fu" and "Python" plugin

6

No new posts Python 3 With GIMP 2

0

No new posts Attachment(s) Help with pdb.plug_in_displace when using python-fu

4

No new posts Help with pdb.plug_in_displace when using python-fu in OS X

1



* Login  



Powered by phpBB3 © phpBB Group