pi-plates / TINKERplate-Projects

1 stars 1 forks source link

Ras Pi 4B ModuleNotFoundError: No module named 'BASE' #1

Open arhyneRWU opened 4 years ago

arhyneRWU commented 4 years ago

Running python 3 on freshly updated Ras Pi 4B.


Traceback (most recent call last):
  File "TINKdash.py", line 1, in <module>
    import piplates.TINKERplate as TINK
  File "/usr/local/lib/python3.7/dist-packages/piplates/TINKERplate.py", line 13, in <module>
    from BASE import *
arhyneRWU commented 4 years ago

I do have SPI enabled.

arhyneRWU commented 4 years ago

Fixed this by renaming Base.py to BASE.py

A2D.py     DAQC2help.txt  DIO.py       MOTORhelp.txt  PWM.py         RELAYplate.py  THERMOhelp.txt
ANFUNC.py  DAQC2plate.py  __init__.py  MOTORplate.py  __pycache__    RELAY.py       THERMOplate.py
**Base.py**    DAQChelp.txt   LED.py       POWERhelp.txt  RANGE.py       SERVO.py       TINKERhelp.txt
BUTTON.py  DAQCplate.py   METER.py     POWERplate.py  RELAYhelp.txt  TEMP.py        TINKERplate.py
pi-plates commented 4 years ago

Thanks - this has been addressed and the repository has been updated.