csparpa / pyowm

A Python wrapper around the OpenWeatherMap web API
https://pyowm.readthedocs.io
MIT License
789 stars 171 forks source link

No module named 'pyown' #290

Closed demix506 closed 5 years ago

demix506 commented 5 years ago

Good evening. I have a problem. When I run the program, I get the error: "No module named 'pyown'" I reinstalled the python, and also removed all the plugins and reinstalled "pyown". Well, anyway there is an error, what to do?

geofbaum commented 5 years ago

@demix506 just to make sure this isn't just a simple spelling problem, are you typing in pyowm or pyown as you've written above?

You should be using something such as the following that you see in the documents.

from pyowm import OWM
demix506 commented 5 years ago

im fix