tobykurien / rpi_lcars

Star Trek LCARS interface for Raspberry Pi using Pygame
MIT License
658 stars 145 forks source link

traceback issue #24

Closed BjornOR closed 5 years ago

BjornOR commented 5 years ago

pi@raspberrypi:~/rpi_lcars-master/app $ sudo python lcars.py Traceback (most recent call last): File "lcars.py", line 2, in from ui.ui import UserInterface File "/home/pi/rpi_lcars-master/app/ui/ui.py", line 4, in from ui.utils import sound ImportError: No module named utils __

For some reason I can't get this to work on my raspberry pi 3B plus

dgw commented 5 years ago

Sounds like a duplicate of #19

BjornOR commented 5 years ago

the answer was sudo python3 lcars.py