> 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


d.


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

Reply via email to