Ralf Mardorf <ralf.mardorf(a)alice-dsl.net>
writes:
Patrick Shirkey wrote:
Perhaps I should post this to a user list, sorry.
$ jack_mixer
Cannot load LASH python bindings, you want them unless you enjoy manual
jack plumbing each time you use this app
Traceback (most recent call last):
File "/usr/local/bin/jack_mixer", line 42, in <module>
from channel import *
File "/usr/local/bin/../share/jack_mixer/channel.py", line 20, in
<module>
import glib
ImportError: No module named glib
No GUI appears. It's build from git.
Have you read the INSTALL file?
You need pygtk with cairo support and I guess this implies the python
glib module too.
IIUC what I found in the internet, glib is missing for Ubuntu Hardy (64
Studio 3.0-beta3). Hm, now I only have the .deb package build by
checkinstall, I'll clone from git within the next days again and read
INSTALL more carefully.