dbrennand / Wallie

Wallie is a CLI which can set your device desktop wallpaper!
GNU General Public License v3.0
6 stars 0 forks source link

rename pixabay.py to fix Image not found error #1

Closed ghost closed 5 years ago

ghost commented 5 years ago

the reason why from pixabay import pixabay_parse_resp in wallie.py returns import error is because it conflicts with the actual python-pixabay's module name itself. wallie.py probably is confused on which 'pixabay' module to import, either from your own pixabay.py or python-pixabay's pixabay.py. So, renaming should fix the problem.

ghost commented 5 years ago

Oh my goodness! This is a great explaination! I completely missed this! Thanks a lot! 👍🏻🙏🏻

ghost commented 5 years ago

I'm glad to help. :smile: