sumnerboy12 / mqtt-gpio-monitor

Python script for sending/receiving commands to/from GPIO pins via MQTT messages
46 stars 23 forks source link

problem with the new version... #18

Closed timtimsson closed 7 years ago

timtimsson commented 7 years ago

Hi, i use your old version and this works very well :) Now i copy the new version and i have the following mistake:

sudo ./mqtt-gpio-monitor.py Traceback (most recent call last): File "./mqtt-gpio-monitor.py", line 14, in <module> import paho.mqtt.client as mqtt ImportError: No module named 'paho'

python --version Python 2.7.9

What can i do?

timtimsson commented 7 years ago

shame... -> i don't see python3

thermike2 commented 6 years ago

I have a similar problem have you solved yours?