Open raulikak opened 4 years ago
Hi,
I got the following error using your tool:
$ python bin/iocp -i html index.html HTML parser library not found: BeautifulSoup
I think the problem is checking for presence of module 'beautifulsoup', when the module name is actually 'bs4'.
Rauli
Hi,
I got the following error using your tool:
I think the problem is checking for presence of module 'beautifulsoup', when the module name is actually 'bs4'.
Rauli