In bash I type:
>djvusmooth
Then I get
And with that it crashes.
>djvusmooth
Then I get
Code:
Traceback (most recent call last):
File "/usr/bin/djvusmooth", line 19, in <module>
from djvusmooth.gui.main import Application
File "/usr/lib/python2.7/site-packages/djvusmooth/gui/main.py", line 28, in <module>
import djvusmooth.dependencies as __dependencies
File "/usr/lib/python2.7/site-packages/djvusmooth/dependencies.py", line 68, in <module>
_check_wx()
File "/usr/lib/python2.7/site-packages/djvusmooth/dependencies.py", line 58, in _check_wx
raise ImportError('wxPython 2.6 or 2.8 with Unicode support is required')
ImportError: wxPython 2.6 or 2.8 with Unicode support is required