Help, I am dead in the water until this is resolved
I updated MagTag Circuit Python to new version Bundle Version 6.X.
I replaced adafruit_MagTag Folder.
Ran my code.
First errors
- Code: Select all | TOGGLE FULL SIZE
Traceback (most recent call last):
File "code.py", line 8, in <module>
File "adafruit_magtag/magtag.py", line 32, in <module>
ImportError: no module named 'adafruit_portalbase'
I added Adafruit_portbase Folder
Now the following error message
- Code: Select all | TOGGLE FULL SIZE
Traceback (most recent call last):
File "code.py", line 8, in <module>
File "adafruit_magtag/magtag.py", line 32, in <module>
File "adafruit_portalbase/__init__.py", line 28, in <module>
ImportError: no module named 'adafruit_display_text.wrap_text_to_lines'
I can not find the module anywhere.