evemu: python bindings do not work without -dev package
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
evemu |
In Progress
|
High
|
Stephen M. Webb | ||
evemu (Ubuntu) |
Fix Released
|
High
|
Stephen M. Webb |
Bug Description
Attempting to use the evemu python bindings without the -dev package installed fails.
ariel:~
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/
self._evemu = evemu.base.
File "/usr/lib/
self._lib = ctypes.
File "/usr/lib/
self._handle = _dlopen(self._name, mode)
OSError: libevemu.so: cannot open shared object file: No such file or directory
Related branches
- PS Jenkins bot (community): Approve (continuous-integration)
- Mathieu Trudel-Lapierre (community): Needs Information
-
Diff: 9 lines (+1/-1)1 file modifiedpython/evemu/const.py (+1/-1)
Changed in evemu (Ubuntu): | |
status: | New → In Progress |
assignee: | nobody → Stephen M. Webb (bregma) |
importance: | Undecided → High |
Changed in evemu (Ubuntu): | |
status: | In Progress → Fix Released |