BeautifulSoup doesn't work with a threaded input queue?

Christopher Reimer christopher_reimer at yahoo.com
Sun Aug 27 18:48:27 EDT 2017


Ah, shoot me. I had a .join() statement on the output queue but not on 
in the input queue. So the threads for the input queue got terminated 
before BeautifulSoup could get started. I went down that same rabbit 
hole with CSVWriter the other day. *sigh*

Thanks for everyone's help.

Chris R.



More information about the Python-list mailing list