I tried to set up the following section in my .pluckerrc file:

[comics]
bpp = 4
home_url = plucker:/../netcomics/index.html
maxwidth = 600
maxheight = 200
doc_file = DB/Comics
before_command = "pluckcomics"

When I run the command plucker-build -v -s comics to test this section I
get:

Executing 'before_command': "pluckcomics"
Working for pluckerdir /Volumes/Einstein/Users/montana/.plucker
Processing plucker:/../netcomics/index.html.
           0 collected, 0 still to do
  Retrieved ok
Processing plucker:/../netcomics/babyblue20020320.gif.
           1 collected, 10 still to do
  Retrieved ok
zsh: command not found: giftopnm
Runtime error parsing document plucker:/../netcomics/babyblue20020320.gif:
Error while converting image.
  Parsing failed!
Processing plucker:/../netcomics/committed20020320.gif.
           1 collected, 9 still to do
  Retrieved ok
zsh: command not found: giftopnm
Runtime error parsing document plucker:/../netcomics/committed20020320.gif:
Error while converting image.
  Parsing failed!
Processing plucker:/../netcomics/dilbert20020320.gif.
           1 collected, 8 still to do
  Retrieved ok
zsh: command not found: giftopnm
zsh: command not found: pnmfile
Runtime error parsing document plucker:/../netcomics/dilbert20020320.gif:
Error while converting image.
  Parsing failed!
Processing plucker:/../netcomics/getfuzzy20020320.gif.
           1 collected, 7 still to do
  Retrieved ok
zsh: command not found: giftopnm
Runtime error parsing document plucker:/../netcomics/getfuzzy20020320.gif:
Error while converting image.
  Parsing failed!
Processing plucker:/../netcomics/marvin20020320.gif.
           1 collected, 6 still to do
  Retrieved ok
zsh: command not found: giftopnm
Runtime error parsing document plucker:/../netcomics/marvin20020320.gif:
Error while converting image.
  Parsing failed!
Processing plucker:/../netcomics/momma20020320.gif.
           1 collected, 5 still to do
  Retrieved ok
zsh: command not found: giftopnm
Runtime error parsing document plucker:/../netcomics/momma20020320.gif:
Error while converting image.
  Parsing failed!
Processing plucker:/../netcomics/offsides20020320.gif.
           1 collected, 4 still to do
  Retrieved ok
zsh: command not found: giftopnm
Runtime error parsing document plucker:/../netcomics/offsides20020320.gif:
Error while converting image.
  Parsing failed!
Processing plucker:/../netcomics/pickles20020320.gif.
           1 collected, 3 still to do
  Retrieved ok
zsh: command not found: giftopnm
Runtime error parsing document plucker:/../netcomics/pickles20020320.gif:
Error while converting image.
  Parsing failed!
Processing plucker:/../netcomics/strangebrew20020320.gif.
           1 collected, 2 still to do
  Retrieved ok
zsh: command not found: giftopnm
Runtime error parsing document
plucker:/../netcomics/strangebrew20020320.gif: Error while converting image.
  Parsing failed!
Processing plucker:/../netcomics/warped20020320.gif.
           1 collected, 1 still to do
  Retrieved ok
zsh: command not found: giftopnm
Runtime error parsing document plucker:/../netcomics/warped20020320.gif:
Error while converting image.
  Parsing failed!
Processing plucker:/../netcomics/zits20020320.gif.
           1 collected, 0 still to do
  Retrieved ok
zsh: command not found: giftopnm
Runtime error parsing document plucker:/../netcomics/zits20020320.gif: Error
while converting image.
  Parsing failed!

Writing out collected data...
Writing document 'Comics' to file
/Volumes/Einstein/Users/montana/.plucker/DB/Comics.pdb
Converted plucker:/../netcomics/index.html
Wrote 1 <= plucker:/~special~/index
Wrote 2 <= plucker:/../netcomics/index.html
Wrote 3 <= plucker:/~special~/pluckerlinks
Wrote 22 <= plucker:/~special~/links1
Traceback (most recent call last):
  File "/usr/local/bin/plucker-build", line 1090, in ?
    retval = main (config, exclusion_lists)
  File "/usr/local/bin/plucker-build", line 739, in main
    mapping = writer.write (verbose=verbosity, mapping=mapping,
alias_list=alias_list)
  File "/usr/local/lib/python2.2/site-packages/PyPlucker/Writer.py", line
483, in write
    self._pdb_file.close ()
  File "/usr/local/lib/python2.2/site-packages/PyPlucker/helper/prc.py",
line 815, in close
    self.save(self.filename)
  File "/usr/local/lib/python2.2/site-packages/PyPlucker/helper/prc.py",
line 923, in save
    if type(f) == type(''): f = open(f, 'wb')
IOError: [Errno 2] No such file or directory:
'/Volumes/Einstein/Users/montana/.plucker/DB/Comics.pdb'

I assume I'm missing the giftopnm file. Where can I find this? Is there
anything else wrong with this? I'm just trying to integrate my comics
download witht the news site downloads from home.html to create a pdb file
to read in plucker. Any help on this would be most helpful. In case I did
not mention, I'm using version 1.1.13 on an OSX system.

Thanks,
SA

Reply via email to