CircuitPython7 PyBadger

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
MattPackwood
 
Posts: 95
Joined: Wed Jul 23, 2014 9:13 pm

CircuitPython7 PyBadger

Post by MattPackwood »

Hi, I am getting an error after moving to CircuitPython7

Code: Select all

code.py output:
Traceback (most recent call last):
  File "code.py", line 4, in <module>
  File "adafruit_pybadger/__init__.py", line 12, in <module>
  File "adafruit_pybadger/clue.py", line 32, in <module>
ImportError: no module named 'gamepad'

Code done running.
Matt

User avatar
adafruit_support_carter
 
Posts: 29056
Joined: Tue Nov 29, 2016 2:45 pm

Re: CircuitPython7 PyBadger

Post by adafruit_support_carter »

That's a known change related to 7.0. There's an open issue for this here:
https://github.com/adafruit/Adafruit_Ci ... /issues/44

The change to fix is pretty simple. Keep an eye on that issue thread and I'm sure someone will get it fixed eventually.

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

Return to “Adafruit CircuitPython”