---Reply to mail from Alan Hoyle about Questions/comments about the pluck-comics news article...
> On Mon, 1 Mar 2004 at 13:55, Chris Hawks wrote: >> Try setting (pluck-comics.py) to verbose mode. (add -v to the command >> line) It will let you know if if can't fetch the comics. > > Fetching Page http://www.ucomics.com/calvinandhobbes/viewch.htm > Comic calvinandhobbes failed! > Fetching Page http://www.ucomics.com/ziggy/viewzi.htm > Comic ziggy failed! > Creating Home Page c:\.... If you are brave, add these two lines (at about line 972): except: if verbose: + import traceback + traceback.print_exc() print "Comic %s failed!" % get_me['name'] pass That should tell us where it's failing. ---End reply Christopher R. Hawks HAWKSoft ------------------------------------------------------------------------- You may now return to bashing UNIX and its smug complacent users. We in return will return to our smug complacency -- after all, we don't have any machines to disinfect this weekend. -- Jim Hill _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

