David A. Desrosiers wrote:
Great, thank you! Guess it is time to start learning Python :)It just does not behave like a proper UNIX app supposed to. If I do notLine 1403 in Spider.py, or thereabouts, look for the following:
want to see stderr I have got /dev/null redirection for that. As it is, I
was sure if it was just plain hung -- no normal messages, output file
still empty, what is going on?
else:
use_file = '<stdout>'
verbosity = 0
Change to:
else:
use_file = '<stdout>'
verbosity = 3
--
Anton Solovyev
_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

