|
From: David R. <da...@sl...> - 2020-03-10 22:24:59
|
Hi Vladimir, On 2020-03-11 01:15:13 (+0300), Vladimir Sadovnikov wrote: > I've noticed that ffado-mixer does not work on my system after installation: > > > ffado-mixer > > Traceback (most recent call last): > > File "/usr/bin/ffado-mixer", line 31, in <module> > > from ffado.ffadowindow import * > > File "/usr/lib/python3.6/site-packages/ffado/ffadowindow.py", line 35, > > in <module> > > from ffado.dbus_util import * > > File "/usr/lib/python3.6/site-packages/ffado/dbus_util.py", line 31, in <module> > > from dbus.mainloop.pyqt5 import DBusQtMainLoop > > ImportError: /usr/lib/python3.6/site-packages/dbus/mainloop/pyqt5.so: > > undefined symbol: PyModule_Create2 > In the shebang string I meet: > > > #!/usr/bin/python > > Maybe since you've migrated to python3, you need to replace it with: > > > #!/usr/bin/python3 > After editing the ffado-mixer script it started to work properly. Looking at my PKGBUILD [1] would have helped you with that ;-) Best, David [1] https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/libffado#n39 -- https://sleepmap.de |