alirezamika / autoscraper

A Smart, Automatic, Fast and Lightweight Web Scraper for Python
MIT License
6.24k stars 654 forks source link

Import Error #51

Closed regisbaillieul closed 3 years ago

regisbaillieul commented 3 years ago

Hi, when i launch : python3 autoscraper.py, i got the following error: ImportError: cannot import name 'AutoScraper' from partially initialized module 'autoscraper' (most likely due to a circular import)

Have you any idea of the fix? Thanks for your reply.

Regards

alirezamika commented 3 years ago

Hi, try changing your file name from autoscraper.py to another name.

silverxd20 commented 1 year ago

Thank that

Hi, try changing your file name from autoscraper.py to another name.

Thank you, that solve the problem.