rohithpr / py-web-search

A Python module to fetch and parse results from different search engines.
MIT License
77 stars 26 forks source link

No module named html.parser #7

Closed hugo-pires closed 9 years ago

hugo-pires commented 9 years ago

Hello

When I am doing the import as described on docs, I get this error

No module named html.parser

Could you help me? Thank you

rohithpr commented 9 years ago

You are using Py2.x. py-web-search works only with Py3.x.

hugo-pires commented 9 years ago

Thank you