Installed deb file in Ubuntu but the app won't run
Hello, I am a recent convert to Ubuntu, and while I have worked through some odd problems with applications before, this one is quite a head scratcher. I can see that the app has an entry in the applications panel. But nothing happens when I click on the icon.
I try to run the app from the command line and get the following output:
Traceback (most recent call last):
File "kcc.py", line 72, in <module>
File "kindlecomicconverter/startup.py", line 29, in start
File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 631, in exec_module
File "kindlecomicconverter/KCC_gui.py", line 27, in <module>
File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 714, in load_module
ImportError: /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1: undefined symbol: drmGetDevices2
[11663] Failed to execute script kcc
Any help would be much appreciated.
|