ImportError module wipy
-
On Import wipy I am getting this error "FiTraceback (most recent call last): .. File "<stdin>", line 1, in <module> ... ImportError: no module named 'wipy'" So im am stuck. Though it is from the original heartbeat toggle on/off example.
Working on a Windows 10 PC, WiPy 2. I am getting the Repl Connection through Pymakr (freshest update) and the Firmware is updated too to the newest Version. Any Suggestion what I can do? Am I missing a Point?
-
It help looking up help(pycom)... there it was: heartbeat and rgbled....
-
@harry.alb
nice that you can start :)
-
@livius Thanx for your quick advice! Just figured it out by myself. Seemingly the module Name in the heartbeat example has been changed from wipy to pycom. If I Punch in "pycom.heartbeat(False)" everything works. ....
-
@harry.alb
what example do you read?
i see only this:
https://docs.pycom.io/pycom_esp32/pycom_esp32/tutorial/includes/led.htmland there is
import pycom pycom.heartbeat(False) pycom.rgbled(0xff00)