> Can you post the output from: > identify -ping 'some graphics file'
Here it is: D:\Program Files\Plucker\ImageMagick>identify -ping c:\logo.jpg c:\logo.jpg JPEG 534x131 DirectClass 8-bit 21347b 0.0u 0:01 > If you are brave you can try changing two lines in Imageparser.py at > about line 200 as follows: Done. It didn't seem to have an effect, though. I noticed a file with an extension of "pyc". I tried making the changes in ImageParser.py, then deleting ImageParser.pyc, but when I ran RunSync.exe, the pyc file was put back, and I didn't notice any difference in the output. Here is the output with verbosity = 2 Running D:\Python22\python.exe .\PyPlucker\Spider.py -P. -c --pluckerdir="D:\Program Files\Plucker\SETI.DB" Pluckerdir is 'D:\Program Files\Plucker\SETI.DB'... Using proxy 'http://localhost:8000'... ZLib compression turned on Using exclusion list .\exclusionlist.txt ---- 0 collected, 1 to do ---- Processing http://localhost:8080/plucker/SETI.html... Retrieved ok. Parsed ok; added 4 document links. ---- 1 collected, 4 to do ---- Processing http://www.teamlambchop.com/stats/graphs/g1000.htm... Retrieved ok. Parsed ok; added 1 document link and 3 images. ---- 2 collected, 7 to do ---- Processing http://www.teamlambchop.com/stats/images/graphs/1000.gif... Retrieved ok. Running: identify -ping -format "%wx%h" C:\DOCUME~1\Greg\LOCALS~1\Temp\~1864-0 Error: Runtime error parsing document http://www.teamlambchop.com/stats/images/graphs/1000.gif: Can't determine image size from output of ImageMagick 'identify' program: Parsing failed. ---- 2 collected, 6 to do ---- I have omitted the rest for brevity. Hope that helps, -Greg M New York, USA
