It is currently Thu Jul 04, 2024 4:29 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 33 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: Rayadagio & meetthegimp python plugin.(links)
PostPosted: Wed May 28, 2014 2:51 pm  (#21) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Maybe I read wrong (only that no error in gimp console :oops: )
Just to confirm :roll: :
Filters -> Python-Fu -> Console (paste the code and enter) - no error?


Attachments:
PythonConsole.png
PythonConsole.png [ 21.35 KiB | Viewed 1656 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: Rayadagio & meetthegimp python plugin.(links)
PostPosted: Wed May 28, 2014 3:01 pm  (#22) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
exactly
I copied the list of statements you provided to me, opened python console, entered the full list of statements and everything worked OK, result (i.e. what I see on my python console) is as you indicate (which shows I have python 2.7.5)

_________________
"Where am I ?"


Top
 Post subject: Re: Rayadagio & meetthegimp python plugin.(links)
PostPosted: Wed May 28, 2014 3:24 pm  (#23) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
to complete the info on the error I get:
just this generic one:
GIMP Error
Plug-in crashed: "Selector.py"
(C:\Users\User\.gimp-2.8\plug-ins\Selector.py)

The dying plug-in may have messed up GIMP's internal state. You may want to save your images and restart GIMP to be on the safe side.

_________________
"Where am I ?"


Top
 Post subject: Re: Rayadagio & meetthegimp python plugin.(links)
PostPosted: Thu May 29, 2014 10:32 am  (#24) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
only to let know a follow-on on my trials
I have on a USB pendrive an OnkelHatti Gimp (2.8.11)
I added there those two files related to Selector into the plug-ins folder (plus the required entries for glade under Gimp bin); the plug-ins folder there was empty (so, no conflict -maybe- with other python plug-ins, like it could be the case on my primary Gimp, full of plug-ins)
I got exactly the same error.
Just to check, I added two other python plug-ins requiring glade: LineBorder2 and Indexprint: both run perfectly, as in my primary Gimp
All Berthold Hinz plug-ins using python+glade do not run on my PC...
(if I remember correctly, also Rod did not succeed making them run)

_________________
"Where am I ?"


Top
 Post subject: Re: Rayadagio & meetthegimp python plugin.(links)
PostPosted: Thu May 29, 2014 1:41 pm  (#25) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
To try to solve the problem - I installed Gimp 2.8.10 again (to compare files - and look what possibly the lack of a standard installation ?)
And what's the result?
Only added the file libglade-2.0-0.dll (in the catalog - bin) - Adagio Selector works well - is not that strange ?

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: Rayadagio & meetthegimp python plugin.(links)
PostPosted: Thu May 29, 2014 1:51 pm  (#26) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
you mean:
- added Selector.py and selector.gui to .gimp-2.8/plug-ins
- added libglade-2.0-0.dll to gimp/bin?
and no other additions?
nothing added to python/site-packages?

it's strange, as you say...

_________________
"Where am I ?"


Top
 Post subject: Re: Rayadagio & meetthegimp python plugin.(links)
PostPosted: Thu May 29, 2014 2:01 pm  (#27) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
MareroQ, do you have (and running) all Berthold Hinz plug-ins using python+glade?
I mean especially DRITool
(Selective Brightness works!)

_________________
"Where am I ?"


Top
 Post subject: Re: Rayadagio & meetthegimp python plugin.(links)
PostPosted: Thu May 29, 2014 2:57 pm  (#28) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Everything as written.
In a clean install - only added libglade-2.0-0.dll and I can run all the plugins Berthold Hinz.
DRI probably not work very well - but that's another issue - it requires longer test :hoh


Attachments:
TestforAdagio.png
TestforAdagio.png [ 167.04 KiB | Viewed 1591 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: Rayadagio & meetthegimp python plugin.(links)
PostPosted: Thu May 29, 2014 3:15 pm  (#29) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
OK.
Tomorrow I'll try to do as you did.
Hope I'm lucky, this time...
Good night! and many thanks for your support...

_________________
"Where am I ?"


Top
 Post subject: Re: Rayadagio & meetthegimp python plugin.(links)
PostPosted: Fri May 30, 2014 2:35 am  (#30) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
@MareroQ
Good morning.
I did what you did yesterday:
- new clean installation of Gimp 2.8.10
- addition of Bertold Hinz plug-ins in plug-ins folder
- addition of libglade 2.0-0.dll to Gimp 2/bin
results: still the same as in my previous installation: crash on Selector (DRITools does not show up)
At this point I'm almost sure it has to do with something in my Windows/System 32, but I'm not on the way to reinstall Windows and going thru the over 6000 elements in there to find out which one I put there (following instructions for some other plug-in, very likely) is a "mission impossible".
So, I have to give up...
Thanks for your help.

_________________
"Where am I ?"


Top
 Post subject: Re: Rayadagio & meetthegimp python plugin.(links)
PostPosted: Fri May 30, 2014 5:15 am  (#31) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
a new update in my endless story..
I had the opportunity to send the 3 components I have here (selector.gui, Selector.py, libglade 2.0-0.dll) to another gimp installation on another PC running Windows 7 (but 64-bits). There I moved the two components of the plug-in in the plug-ins folder, the dll into Gimp 2/32/bin (being there the system a 64-bits one) and I got the same error! So it's not my Windows/System 32 the responsible.
Is it possible that the versions of my two components (which -I'm sure- I downloaded from the site originally linked by PhotoComix in its initial post) are incorrect?
Could you -please- post here your running copies? I will substitute myne and try again...thanks

_________________
"Where am I ?"


Top
 Post subject: Re: Rayadagio & meetthegimp python plugin.(links)
PostPosted: Fri May 30, 2014 6:14 am  (#32) 
Offline
GimpChat Member
User avatar

Joined: May 10, 2013
Posts: 1389
Location: FInland
Here are my selector files and the libglade if You want to test. I also installed other Ryadagio plugins and LineBorder 2.4.2 and they work too.


Attachments:
Selector.zip [127.72 KiB]
Downloaded 111 times
Top
 Post subject: Re: Rayadagio & meetthegimp python plugin.(links)
PostPosted: Fri May 30, 2014 6:56 am  (#33) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
thanks Nidhogg.
Downloaded and replaced all components, but no luck.
It must be...my presence in front of the PC!!!

_________________
"Where am I ?"


Top
Post new topic Reply to topic  [ 33 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 Attachment(s) Macbook User and Python plugin

14

No new posts Unable to get simple python plugin to show up

8

No new posts Please make a python plugin to combine my GEGL filters with GMIC

1

No new posts Get a mouse click or select a pixel in an image in a python plugin?

3



* Login  



Powered by phpBB3 © phpBB Group