program doesn't find libsuinput files (xfce)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-uinput |
Fix Committed
|
Medium
|
a |
Bug Description
Hi,
I first installed the python-uinput program on Gnome (in Debian) and it works properly for my application. However, when I installed it the same way on Xfce (also Debian), it crashes at initialization. Indeed, when reading the last line of the code:
import uinput
events = (uinput.
device = uinput.
it crashes and shows this error message:
File "/usr/local/
self.
File "/usr/local/
raise OSError(code, os.strerror(code))
OSError: [Errno 2] No such file or directory
The file _libsuinput.so is where it should be, i.e. in /usr/local/
Thanks
I am using version version 0.9 of python-uinput and version 2.6.6 of python.