It is currently Mon May 20, 2013 7:46 am


Latest GIMP Scripts & Plug-ins

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 18 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: MareroQ
PostPosted: Thu Sep 08, 2011 3:50 pm  (#11) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 8960
Location: "Looking for my eraser" =P
I know.
All it would take is one missing path or dependency and poof.
Windows does not make it easy to troubleshoot problems like these either.

I have Glade installed, and it works so i know windows sees it.
I have python modules installed needed for lineborder to work.

Funny thing is, the compiled lineborder.py file looks for encoders in Python25/LIB/encoders.
So i tried opening it in Python25 and the command window opened it but no dialog.

It's like Gimp runs it, but doesn't build the UI.The only reason i can think of is the Glade libraries are not being understood still.

I can even run the lineborder filter in Gimp and Gimp will act like i have opened and used the filter.
It will actually show in the redo and undo under edit and filter menu shows "reshow lineborder"

It's very strange indeed.

_________________
Image
Gimp Rocks Blog
Simply Gimp Tutorials
"Once your in the cloud, you're in the net"
____________
OK, . . . . so what's the speed of dark?


Top
 Profile  
 

 Post subject: Re: MareroQ
PostPosted: Fri Sep 09, 2011 12:14 pm  (#12) 
Offline
GimpChat Member

Joined: Jan 13, 2011
Posts: 520
Location: Poland
No other idea: can you try pygtk-all-in-one-2.24.0.win32-py2.6.msi ? (unless already previously installed...)

Why ?
1. I installed Gimp 2.7.3 (Partha) in XP 32bit - LineBorder does not work.
2. I deleted C:\Program Files\Gimp-2.7.3\python
3. I installed Python 2.7.2 in C:\Python27 and copy to C:\Program Files\Gimp-2.7.3\python - LineBorder does not work.
4. I installed pygtk-all-in-one-2.24.0.win32-py2.7.msi in C:\Python27 and again copy to C:\Program Files\Gimp-2.7.3\python: - LineBorder works !


Python 2.7.2 Windows Installer
http://www.python.org/getit/
pygtk-all-in-one-2.24.0.win32-py2.7.msi
http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/

In README:

If you have used some or all of the separate PyGTK, PyGObject, PyGooCanvas,
PyGtkSourceView2, PyRsvg and PyCairo packages before, please ensure they are
uninstalled before you begin with the PyGTK All-in-one installer.

The all-in-one installer does not check for their presence and will happily
overwrite files that belong to the separate packages. If you forget to check
for this you risk the following scenario:

- install Python
- install PyCairo, PyGTK and PyGObject
- install PyGTK All-in-one
- uninstall PyCairo, PyGTK and PyGObject
- you now have a *broken* pygtk all-in-one installation

This would also be a good time to remove the GTK+ runtime you've used with the
separate PyG* packages and to clean your PATH environment variable.

Note that the PyCairo, PyGObject, PyGTK, PyGoocanvas, PyGtkSourceView2 and PyRsvg
.exe installers (like any other .exe installer generated by distutils) sometimes
leave things behind when you uninstall them.


Top
 Profile  
 
 Post subject: Re: MareroQ
PostPosted: Fri Sep 09, 2011 12:38 pm  (#13) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 8960
Location: "Looking for my eraser" =P
hrmmm...i have tried the all in one installers before with no luck.So i switched back to the 3 individual ones.
I think i'll just forgo the install of Lineborder for now until they get a bit better more compact plugin. :)

Thanks for all your help though MareroQ.
It is greatly appreciated.

_________________
Image
Gimp Rocks Blog
Simply Gimp Tutorials
"Once your in the cloud, you're in the net"
____________
OK, . . . . so what's the speed of dark?


Top
 Profile  
 
 Post subject: Re: MareroQ
PostPosted: Fri Sep 09, 2011 6:20 pm  (#14) 
Offline
GimpChat Member

Joined: Jan 13, 2011
Posts: 520
Location: Poland
Too bad. I like every experiment (of course with the backup).
In another topic - Themes.
If you are using several versions of Gimp in one system (eg 2.6.11.i 2.7.3) and this requires multiple versions of Python - and on gtk + (responsible for the Themes ..)
A great solution (for 2.7) is Partha solution - but for one version of Gimp - but you can always go back to the GTK Theme Selector
(difficult example -LineBorder2-problem solves it ..)


Attachments:
Ts.png
Ts.png [ 38.94 KiB | Viewed 253 times ]
LB.png
LB.png [ 26.75 KiB | Viewed 253 times ]
Top
 Profile  
 
 Post subject: Re: MareroQ
PostPosted: Fri Sep 09, 2011 7:08 pm  (#15) 
Offline
GimpChat Member

Joined: Jan 13, 2011
Posts: 520
Location: Poland
Also glad: http://www.gimpchat.com/viewtopic.php?f=9&t=2513&start=20#p32479
Because we want to learn - why?


Top
 Profile  
 
 Post subject: Re: MareroQ
PostPosted: Sat Sep 10, 2011 12:45 am  (#16) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 8960
Location: "Looking for my eraser" =P
Yes, now i want to know why it works there and not in Gimp-2.6.11 :)
More testing to do.

_________________
Image
Gimp Rocks Blog
Simply Gimp Tutorials
"Once your in the cloud, you're in the net"
____________
OK, . . . . so what's the speed of dark?


Top
 Profile  
 
 Post subject: Re: MareroQ
PostPosted: Thu Sep 22, 2011 11:27 am  (#17) 
Offline
GimpChat Member

Joined: Jan 13, 2011
Posts: 520
Location: Poland
According to me about lack glade.pyd file (and maybe others ...)
Can you try to localize:
c:\Program Files\ Gimp-2.7.?\python\Lib\site-packages\gtk-2.0\gtk\glade.pyd ?


Attachments:
glade.zip [7.26 KiB]
Downloaded 18 times
Top
 Profile  
 

 Post subject: Re: MareroQ
PostPosted: Thu Sep 22, 2011 6:46 pm  (#18) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 8960
Location: "Looking for my eraser" =P
That was it Marero! :)
works great now.
How do i get 2.6.11 to work now?

Got it!
If you place the glade.pyd file in the C:\Program Files\GIMP-2.0\lib\gimp\2.0\python directory folder it starts.


Thanks again.

_________________
Image
Gimp Rocks Blog
Simply Gimp Tutorials
"Once your in the cloud, you're in the net"
____________
OK, . . . . so what's the speed of dark?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 18 posts ]  Go to page Previous  1, 2

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

* Login   * Subscribe to RSS Feed


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group