bbcmicrobit / PythonEditor

A MicroPython editor for the BBC micro:bit that works with browsers.
https://python.microbit.org/
MIT License
197 stars 130 forks source link

Beta is missing the neopixel module? #397

Closed GrandpaBond closed 2 years ago

GrandpaBond commented 2 years ago

I am using the new Beta version in Chrome on a PC connected to a V2.00 microbit. Opening REPL, the command "help('modules')" includes the neopixel module, but "import neopixel" can't find it, and I get an ImportError for any flashed script that imports it.

microbit-carlos commented 2 years ago

Hi @GrandpaBond, as this is an issue related to the MicroPython for micro:bit V2 project I've opened this GitHub issue in that project repo on your behalf: https://github.com/microbit-foundation/micropython-microbit-v2/issues/101

I'll close this one to continue conversation over there. Thanks for the report!

microbit-matt-hillsdon commented 2 years ago

@GrandpaBond the MicroPython issue is now fixed and the beta editor updated, so the neopixel module should now work for you. Thank you for your feedback.