Python Forum
Where can I find the ledpixels module?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Where can I find the ledpixels module?
#1
Hello

In an online course from school my Python programms start with:

from ledpixels import *
from time import sleep
When I try to run this code in PyCharm, it can't find the ledpixels module. I already asked google, but could not find it.

Any ideas how to get the school examples running in PyCharm?

Regards
epl
Reply
#2
That's not a builtin package, so it's something you'll either have to install, or write yourself. I didn't see anything with that name on pypi (the python package repository), so I'm guessing it's specific to the class you're in. Check the assignment/book/materials to see if it tells you where to find it.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020