mqtt problem
-
I updated the fipy to 1.13.0.b1 version and does not recognize the mqtt module :(
someone knows how can i make ?? or what is the correct name of the module
i tried mqtt, MQTT, mqtt.simple, mqtt.robust in this way
import mqtt
import mqtt.simple etc
-
@livius thanks man i solved it
i create a folder in my project called lib then copy the raw code from the github.
thanks
-
@livius thanks thats the way to import libraries then ?
another problem LOL I still trying to get this done too
-
@yeffrimic
you must put first library into/flash/lib
folder
https://github.com/pycom/pycom-libraries/tree/master/lib/mqtt
-
@yeffrimic this is the problem