sumnerboy12 / mqtt-gpio-monitor

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

configparser #21

Closed mdbxz closed 7 years ago

mdbxz commented 7 years ago

For the sake of sharing I'm leaving this here:

To get the script to work I replaced 'configparser' with 'ConfigParser' in mqtt-gpio-monitor.py

This was needed due to wrong Python version installed on my end. Which for the life o me I could not get fixed.

Cheers!