Iceloof / GoogleNews

Script for GoogleNews
https://pypi.org/project/GoogleNews/
MIT License
316 stars 88 forks source link

ImportError: cannot import name 'GoogleNews' #18

Closed eabanoz closed 4 years ago

eabanoz commented 4 years ago

Hi, I have tried to use the package like this: from GoogleNews import GoogleNews googlenews = GoogleNews() It gives this error ImportError: cannot import name 'GoogleNews' PS: I am using Pycharm to load package!

shashimv28 commented 4 years ago

you will need to check if you've installed the package to the right directory using 'pip'. I'm using anaconda jupyter and using !pip install option, i was to install it and works just fine.

mjlabe commented 4 years ago

Any luck? Definitely sounds like a pip or setup issue. Did toy get this resolved?