David A. Desrosiers wrote:

It just does not behave like a proper UNIX app supposed to. If I do not
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?

Line 1403 in Spider.py, or thereabouts, look for the following:

else:
use_file = '<stdout>'
verbosity = 0

Change to:

else:
use_file = '<stdout>'
verbosity = 3

Great, thank you! Guess it is time to start learning Python :)

--

Anton Solovyev

_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list


Reply via email to