It is currently Sun May 19, 2013 2:41 pm


Latest GIMP Scripts & Plug-ins

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 37 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject: Re: GIMP Book - new plug-in for managing multiple pages...
PostPosted: Mon Jan 23, 2012 5:22 am  (#11) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 6945
On two separate hard drives, I run Gimp 2.6.11 In Linux Fedora and it works there perfectly. and in windows 7. I run gimp 2.6.11, and 2.7.

_________________
Image


Top
 Profile  
 

 Post subject: Re: GIMP Book - new plug-in for managing multiple pages...
PostPosted: Mon Jan 23, 2012 1:46 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: Apr 27, 2010
Posts: 641
Location: Sweden
This sounds like a very interesting and worked-through plugin! Will check it out soon as time permits.
.
Griatch

_________________


Top
 Profile  
 
 Post subject: Re: GIMP Book - new plug-in for managing multiple pages...
PostPosted: Mon Jan 23, 2012 1:55 pm  (#13) 
Online
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 8939
Location: "Looking for my eraser" =P
The plug-in works for you in Gimp-2.6, and Gimp-2.7 on Windows 7 Molly?

_________________
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: GIMP Book - new plug-in for managing multiple pages...
PostPosted: Mon Jan 23, 2012 2:01 pm  (#14) 
Offline
Gimp Scripts Editor
User avatar

Joined: Jun 22, 2010
Posts: 581
Location: Here and there
I've found it doesn't work on Windows XP and I've found one reason why:

In the register block, it's registering itself in a non-existent menu location:
"<Toolbox>/Windows/Book...",
Although it does actually appear under the Windows menu item, it just doesn't do anything if I click on it.

If I change Toolbox to Image, then I get a dialog box.

I've not tried it beyond that point and I can see definite potential for further Windows failure as there are Linux specific paths specified: '~/.thumbnails/large'


Top
 Profile  
 
 Post subject: Re: GIMP Book - new plug-in for managing multiple pages...
PostPosted: Mon Jan 23, 2012 3:33 pm  (#15) 
Online
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 8939
Location: "Looking for my eraser" =P
It doesn't even appear for me under the Windows item if i change the menu location to <Image>

_________________
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: GIMP Book - new plug-in for managing multiple pages...
PostPosted: Tue Jan 24, 2012 5:16 am  (#16) 
Offline
Gimp Scripts Editor
User avatar

Joined: Jun 22, 2010
Posts: 581
Location: Here and there
Rod wrote:
It doesn't even appear for me under the Windows item if i change the menu location to <Image>


If you're still interested, let's try a bit of diagnostics:

Open up the Python-Fu console (Filters/Python-Fu/Console...)
What version of Python does it report? (Mine reports Gimp 2.6.7 and Python 2.6.3)

Now let's see if your Python installation has all the required modules:
Into the Python console type each of these lines and make sure you don't get any errors:
Code:
import os
import hashlib
import json
import shutil
import gtk
import gobject
import urllib
import re
from gimpfu import *
from gimpenums import *
from time import strftime


If you don't get any errors, then I'm at the end of my suggestions. :(

Kevin


Top
 Profile  
 
 Post subject: Re: GIMP Book - new plug-in for managing multiple pages...
PostPosted: Tue Jan 24, 2012 8:17 am  (#17) 
Online
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 8939
Location: "Looking for my eraser" =P
GIMP 2.6.11 Python Console
Python 2.6 (r26:66721, Oct 2 2008, 11:35:03) [MSC v.1500 32 bit (Intel)]
>>> import os
>>> import hashlib
>>> import json
>>> import shutil
>>> import gtk
>>> import gobject
>>> import urllib
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "C:\Python26\lib\urllib.py", line 26, in <module>
import socket
File "C:\Python26\lib\socket.py", line 46, in <module>
import _socket
ImportError: Module use of python27.dll conflicts with this version of Python.
>>> import re
>>> from gimpfu import *
>>> from gimpenums import *
>>> from time import strftime
>>>

_________________
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: GIMP Book - new plug-in for managing multiple pages...
PostPosted: Tue Jan 24, 2012 9:05 pm  (#18) 
Offline
GimpChat Member

Joined: Jan 22, 2012
Posts: 13
I've installed GIMP on Windows 7 now, and got Python working, but I am stumped on one silly issue (or maybe it's just late).

On Linux, I generally run GIMP from the terminal, and any Python errors in my script will show up there. When I try to do the same on Windows, running gimp from the Command prompt, I don't get any errors showing up. How would I go about debugging my script under Windows?

Btw...I got GIMP Book to start, but it fails on generating thumbnails for a new book. It's probably something simple, like me using forward slashes, rather than os.path.join in the thumbnails path. :)


Top
 Profile  
 
 Post subject: Re: GIMP Book - new plug-in for managing multiple pages...
PostPosted: Tue Jan 24, 2012 9:15 pm  (#19) 
Offline
GimpChat Member
User avatar

Joined: Jun 25, 2011
Posts: 466
Location: Mount Olive, North Carolina
This sounds like just what I need :D If only GIMP's Text tool were a little better.


Top
 Profile  
 
 Post subject: Re: GIMP Book - new plug-in for managing multiple pages...
PostPosted: Tue Jan 24, 2012 9:50 pm  (#20) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 2070
Location: Gimpville
This is pretty cool plug. I'd like to try my hand at a comic strip or two. That kind of art is probably more in my wheel house, at least at this point, given my limited experience at hand drawn art.

_________________
Image


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

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: Rod and 5 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