Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a2jmidid: wrap python path for a2j_control, fixes #6916 #6931

Merged
merged 1 commit into from
Mar 22, 2015
Merged

a2jmidid: wrap python path for a2j_control, fixes #6916 #6931

merged 1 commit into from
Mar 22, 2015

Conversation

svenkeidel
Copy link
Contributor

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.

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.
cillianderoiste added a commit that referenced this pull request Mar 22, 2015
a2jmidid: wrap python path for a2j_control, fixes #6916
@cillianderoiste cillianderoiste merged commit b1295c6 into NixOS:master Mar 22, 2015
@cillianderoiste
Copy link
Member

Awesome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants