Description: Veromix is a mixer for the PulseAudio sound server (this is the Gtk version).
Features: - control volume of each playback stream - control volume of devices (hardware) - control volume of input devices (microphone) - set default output device - move playback streams between different devices (drag & drop) - mute/unmute - volume meter - kill playback streams - can life in system tray or notification area
I'm having a problem with dbus:
when trying to run ./veromix.sh the terminal returns this:
Traceback (most recent call last):
File "gtk/main.py", line 21, in <module>
import os, gettext, dbus, dbus.service
ImportError: No module named dbus
I also tried to install the debs (transformed to rpms with alien), and the command veromix returns this:
Traceback (most recent call last):
File "/usr/bin/veromix", line 21, in <module>
import os, gettext, dbus, dbus.service
ImportError: No module named dbus
It seems my system lacks python3-dbus, but it isn't in Fedora repositories (or anything with a similar name), and didn't find anything with google either. What's my option to run it?
Looks like Fedora/Red Hat does not (want to) support python3-dbus: https://bugzilla.redhat.com/show_bug.cgi?id=538616
There is a solution (using gobject-introspection) - I will post an update soon
/nik
Me first impression (yesterday) was, that I could change some import statement and it would work: Unfortunately this is not the case and Fedora users will have to wait until dbus-python(3) lands in Fedora (what will happen one day): http://fedoraproject.org/wiki/Python3
/nik
I'm having a problem with dbus:
when trying to run ./veromix.sh the terminal returns this:
Traceback (most recent call last):
File "gtk/main.py", line 21, in <module>
import os, gettext, dbus, dbus.service
ImportError: No module named dbus
I also tried to install the debs (transformed to rpms with alien), and the command veromix returns this:
Traceback (most recent call last):
File "/usr/bin/veromix", line 21, in <module>
import os, gettext, dbus, dbus.service
ImportError: No module named dbus
It seems my system lacks python3-dbus, but it isn't in Fedora repositories (or anything with a similar name), and didn't find anything with google either. What's my option to run it?
Ratings & Comments
4 Comments
I'm having a problem with dbus: when trying to run ./veromix.sh the terminal returns this: Traceback (most recent call last): File "gtk/main.py", line 21, in <module> import os, gettext, dbus, dbus.service ImportError: No module named dbus I also tried to install the debs (transformed to rpms with alien), and the command veromix returns this: Traceback (most recent call last): File "/usr/bin/veromix", line 21, in <module> import os, gettext, dbus, dbus.service ImportError: No module named dbus It seems my system lacks python3-dbus, but it isn't in Fedora repositories (or anything with a similar name), and didn't find anything with google either. What's my option to run it?
Looks like Fedora/Red Hat does not (want to) support python3-dbus: https://bugzilla.redhat.com/show_bug.cgi?id=538616 There is a solution (using gobject-introspection) - I will post an update soon /nik
Me first impression (yesterday) was, that I could change some import statement and it would work: Unfortunately this is not the case and Fedora users will have to wait until dbus-python(3) lands in Fedora (what will happen one day): http://fedoraproject.org/wiki/Python3 /nik
I'm having a problem with dbus: when trying to run ./veromix.sh the terminal returns this: Traceback (most recent call last): File "gtk/main.py", line 21, in <module> import os, gettext, dbus, dbus.service ImportError: No module named dbus I also tried to install the debs (transformed to rpms with alien), and the command veromix returns this: Traceback (most recent call last): File "/usr/bin/veromix", line 21, in <module> import os, gettext, dbus, dbus.service ImportError: No module named dbus It seems my system lacks python3-dbus, but it isn't in Fedora repositories (or anything with a similar name), and didn't find anything with google either. What's my option to run it?