Search found 2 matches

by corleo
Wed Feb 22, 2017 7:48 am
Forum: General Discussion and Questions
Topic: unix port machine.UART
Replies: 3
Views: 5313

unix port machine.UART

Hello, everyone! Does upython unix port really have a 'machine' module with all this classes listed in its doc at http://docs.micropython.org/en/latest/unix/library/machine.html#classes ? Because when I try to 'import machine' at unix repl I get "ImportError: no module named 'machine'" and the 'umac...
by corleo
Sun Nov 13, 2016 5:23 am
Forum: ESP8266 boards
Topic: error when trying to use "from . import"
Replies: 1
Views: 2881

error when trying to use "from . import"

Today I compiled 'MicroPython v1.8.6-9-g30cfdc2 on 2016-11-13' to Esp and installed uqmtt.robust using upip. This installation created files robust.py and simple.py at /lib/umqtt/ dir as expected. But when I tried to import robust I got: >>> from umqtt import robust Traceback (most recent call last)...