tobykurien / rpi_lcars

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

start erro #40

Closed MCDevel closed 3 years ago

MCDevel commented 3 years ago

Hello from the pygame community. https://www.pygame.org/contribute.html 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

tobykurien commented 3 years ago

Duplicate of #38

MCDevel commented 3 years ago

i tryed the solution from #38 but it still not working Hello from the pygame community. https://www.pygame.org/contribute.html 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