BreakfastSerial icon indicating copy to clipboard operation
BreakfastSerial copied to clipboard

led.py

Open victor-ying opened this issue 8 years ago • 0 comments

I am getting the following error when I try to compile the file:

python led.py
Traceback (most recent call last):
  File "led.py", line 7, in <module>
    from BreakfastSerial import Led, Arduino
  File "/Users/.../anaconda/lib/python3.6/site-packages/BreakfastSerial/__init__.py", line 5, in <module>
    from components import *
ModuleNotFoundError: No module named 'components'

Any idea what the problem is?

victor-ying avatar Sep 24 '17 18:09 victor-ying