You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run your code.:
python -i pyopengles.py
And I got this error:
numconfig= c_long(1)
Compiled
Compiled
Compiled
Traceback (most recent call last):
File "pyopengles.py", line 413, in
m=pymouse.start_mouse()
File "/home/pi/opengl/pyopengles/pymouse.py", line 43, in start_mouse
m=MouseThread()
File "/home/pi/opengl/pyopengles/pymouse.py", line 10, in init
self.fd = open('/dev/input/mouse0','r')
IOError: [Errno 2] No such file or directory: '/dev/input/mouse0'
Any idea?
The text was updated successfully, but these errors were encountered:
Hi there,
I was trying to run your code.:
python -i pyopengles.py
And I got this error:
numconfig= c_long(1)
Compiled
Compiled
Compiled
Traceback (most recent call last):
File "pyopengles.py", line 413, in
m=pymouse.start_mouse()
File "/home/pi/opengl/pyopengles/pymouse.py", line 43, in start_mouse
m=MouseThread()
File "/home/pi/opengl/pyopengles/pymouse.py", line 10, in init
self.fd = open('/dev/input/mouse0','r')
IOError: [Errno 2] No such file or directory: '/dev/input/mouse0'
Any idea?
The text was updated successfully, but these errors were encountered: