-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No module named utils #38
Comments
I have the exact same issue |
I ran into the same issue until I updated to the newest version of python 3. Before that, I just removed the 'ui.' portion and it allowed it run, although I still can't get audio to work. Update: figured out root user doesn't have audio access. ran |
Thanks a lot! |
Why you run this as root. Running it as root is total nonsence. Run as user. Also remember that pulseaudio service is running as user not as root. |
This is not tested with rpi_lcars on RPi, but for other poruses I am using user lingering for autorun apps in linux with specific nonroot user. See second answer: After testing with rpi_lcars on my RPI, I will write and contribute additional info here. |
i still have the problem. does anyone has other waysto fx it |
Please provide detailed information how you launch lcars. Maye there are wrong path in .sh script. While code is not production ready (it is ready for hobby), we can't not guess what are your problems. even worse, we don't know your linux and raspberry pi experience. Need more info! Please! |
i installt 3 versions of pygame i enabled the sound on multiple ways and still not working |
Is is not important what you done. It is important how you done that. Also please post alsa/pulse sound test results to confirm that audio is working (arecord/audacity). |
ok i will do later when i start my pi again |
I get this error when i try to run the program:
Traceback (most recent call last):
File "lcars.py", line 2, in
from ui.ui import UserInterface
File "/home/praveetminash/rpi_lcars-master/app/ui/ui.py", line 4, in
from ui.utils import sound
ImportError: No module named utils
The text was updated successfully, but these errors were encountered: