You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
json is built into most but not all builds of CIrcuitPython. There is not a separate library. So you may be using a small build that doesn't have room, or an old build (it used to be called ujson).
dhalbert
changed the title
adafruit_slideshow.py - ImportError: no module named 'json'
Not all boards have json, so gracefully fallback if not present
Dec 18, 2020
The text file support assumes the json module exists, which isn't true on SAMD21 builds. The code should fall back gracefully if import json fails. The OP was trying to use a CPX with a TFT Gizmo. @FoamyGuy
adafruit_slideshow.py imports json and it isn't defined anywhere in circuitpython or the bundle.
The text was updated successfully, but these errors were encountered: