Created
May 27, 2012 13:19
-
-
Save anonymous/2814197 to your computer and use it in GitHub Desktop.
stdin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "setup.py", line 31, in <module> | |
import pyudev | |
File "/var/tmp/portage/dev-python/pyudev-0.15/work/pyudev-0.15/pyudev/__init__.py", line 48, in <module> | |
from pyudev.device import * | |
File "/var/tmp/portage/dev-python/pyudev-0.15/work/pyudev-0.15/pyudev/device.py", line 35, in <module> | |
from pyudev._libudev import libudev | |
File "/var/tmp/portage/dev-python/pyudev-0.15/work/pyudev-0.15/pyudev/_libudev.py", line 35, in <module> | |
from ctypes import (CDLL, Structure, POINTER, get_errno, | |
File "/usr/lib64/python2.7/ctypes/__init__.py", line 10, in <module> | |
from _ctypes import Union, Structure, Array | |
ImportError: libffi.so.4: cannot open shared object file: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment