Lenar Rahmatullin
Lenar Rahmatullin
When running **sudo python3 main.py**: > Traceback (most recent call last): File "main.py", line 1436, in microphone.start_stream(microphone_update) File "/home/pi/Systematic-LEDs/python/lib/microphone.py", line 34, in start_st ream callback(y) File "main.py", line 1352, in...
Great! Will test in the following days and report back :)
sudo python3 main.py ``` Traceback (most recent call last): File "main.py", line 2014, in microphone = Microphone(microphone_update) File "main.py", line 835, in __init__ self.setDevice(self.default_device_id) File "main.py", line 846, in setDevice...
Installed missing modules, disabled GUI in config, executed sudo python3 main.py: ``` Traceback (most recent call last): File "main.py", line 884, in class GUI(QMainWindow): NameError: name 'QMainWindow' is not defined...
If I put that back, following error occurs: ``` Traceback (most recent call last): File "main.py", line 884, in class GUI(QMainWindow): NameError: name 'QMainWindow' is not defined ``` I'm not...
The following error occurs, when I disable GUI in config.py: 'USE_GUI': False ``` Traceback (most recent call last): File "main.py", line 884, in class GUI(QMainWindow): NameError: name 'QMainWindow' is not...
Yeah, installed it without any errors. Well I don't have any display connected to RP3, maybe that's a problem?
Did you follow the instructions? > Install python 2.7 from here: https://www.python.org/downloads/ > Install pygame: > Open a command window and type: pip install pygame > If your OS can't...
I've seen your edit history: > can't open file 'GoblinEscape.py': [Errno 2] No such file or directory You must navigate inside "GoblinEscape" folder, before executing Python script: `cd GoblinEscape` and...
Local device - 0.0.0.0:9999 Device on same network - :9999 (example 192.168.1.100:9999) For accessing from over the internet, you must open port 9999 for ip address, where RPI is hosted.