Cannot import displayio

Adafruit's tiny microcontroller platform. Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
drmattyg
 
Posts: 2
Joined: Sat Dec 10, 2022 3:21 pm

Cannot import displayio

Post by drmattyg »

Hi, I am using a Trinket M0 and just upgraded to CircuitPython 7:

Code: Select all

Adafruit CircuitPython 7.3.3 on 2022-08-29; Adafruit Trinket M0 with samd21e18
I am unable to import displayio from the repl:

Code: Select all

>>> import displayio
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: no module named 'displayio'
Any advice on how to fix this? Thanks.

User avatar
adafruit_support_bill
 
Posts: 88037
Joined: Sat Feb 07, 2009 10:11 am

Re: Cannot import displayio

Post by adafruit_support_bill »

Please do not double-post: viewtopic.php?t=196870

Locked
Please be positive and constructive with your questions and comments.

Return to “Trinket ATTiny, Trinket M0”