opsdisk / yagooglesearch

Yet another googlesearch - A Python library for executing intelligent, realistic-looking, and tunable Google searches.
BSD 3-Clause "New" or "Revised" License
241 stars 42 forks source link

result_languages.txt file is not being included in setuptools package_data #37

Closed pguridi closed 8 months ago

pguridi commented 8 months ago

the file result_languages.txt is not being installed with the package, resulting in this print statement everytime the library is loaded:

There was an issue loading the result languages file. Exception: [Errno 2] No such file or directory: '/Users/nippur/src/linkedin-scraper/venv/lib/python3.11/site-packages/yagooglesearch/result_languages.txt'

opsdisk commented 8 months ago

Thanks for submitting an issue @pguridi - give me a few days to take a look at it.