taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.4k stars 581 forks source link

module' object has no attribute 'getLogger' #132

Closed jamesozden closed 6 years ago

jamesozden commented 6 years ago

So it seems like I have multiple files named logger.py which is stopping me from using twitterscraper, evident from:

module' object has no attribute 'getLogger'

However, I'm not sure what the best way to resolve this is, so any input would be much appreciated!

lapp0 commented 6 years ago

Hey, it looks like I screwed this one up. Downgrade to 0.7.0 or upgrade to python3.

@taspinar looks like naming it logger.py can cause issues too. I need to test more extensively.

lapp0 commented 6 years ago

hello can you please try the branch in this pull request? Should fix it https://github.com/taspinar/twitterscraper/pull/135

taspinar commented 6 years ago

PR #135 has been merge and version 0.8.0 has been uploaded to PyPi. This issue should be fixed.