Skip to content

Instantly share code, notes, and snippets.

Created May 27, 2012 13:19
Show Gist options
  • Save anonymous/2814197 to your computer and use it in GitHub Desktop.
Save anonymous/2814197 to your computer and use it in GitHub Desktop.
stdin
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