Skip to content
Commit c44c3d21 authored by Sven Keidel's avatar Sven Keidel
Browse files

a2jmidid: wrap python path for a2j_control, fixes #6916

a2j_control fails because dbus is not in the python path. The exact error
message is:

    Traceback (most recent call last):
      File ".nix-profile/bin/a2j_control", line 11, in <module>
	import dbus
    ImportError: No module named dbus

The fix is to add the python dbus module to the build inputs and wrap the
python path for a2j_control.
parent 6a7875fe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment