Quantcast
Channel: BeautifulSoup cannot work in multithread program of Python - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Hamza Khurshid for BeautifulSoup cannot work in multithread program...

The reason is that you are passing tuple of arguments to executor.submit() method in second place. Although it should get simple arguments. Changing (ip,) to simply (ip) will fix the...

View Article



BeautifulSoup cannot work in multithread program of Python

When I try to parse html by BeautifulSoup in multithread, I find it can not work. For presenting the problem, two experiments are run. The first one is used to demonstrate the two subprograms are...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images