kennyledet / Google-EmailScraper

Scraper that searches Google based on a query and scrapes all emails found on each page.
102 stars 33 forks source link

File "main.py", line 43 except Exception, e: ^ SyntaxError: invalid syntax #4

Open ErikThiart opened 4 years ago

ErikThiart commented 4 years ago

File "main.py", line 43 except Exception, e: ^ SyntaxError: invalid syntax

apritchett commented 3 years ago

I am getting the same issue did you find a solution to this problem

ErikThiart commented 3 years ago

I did not.

leo8198 commented 3 years ago

Hello guys, I solved this issue using a python 2 environment instead of python 3. If you use anaconda, just follow this tutorial:

https://docs.anaconda.com/anaconda/user-guide/tasks/switch-environment/