Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Remove requirement for re #8

Closed
caternuson opened this issue Jan 21, 2020 · 1 comment
Closed

Remove requirement for re #8

caternuson opened this issue Jan 21, 2020 · 1 comment

Comments

@caternuson
Copy link
Contributor

I made a mpy-cross of the lib to test out on a Gemma M0, but then ran into issue with re module:

Adafruit CircuitPython 4.1.2 on 2019-12-18; Adafruit Gemma M0 with samd21e18
>>> import neopixel
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "neopixel.py", line 38, in <module>
  File "adafruit_pypixelbuf.py", line 32, in <module>
ImportError: no module named 're'
>>> 
@caternuson
Copy link
Contributor Author

Fixed by #6

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant