Im trying to run official watchdog simple example after installing the watchdog module using pip: pip install watchdog, and i get an error:
from watchdog.observers import Observer
ImportError: No module named observers
Can someone please help me?