vpelletier / python-functionfs

Pythonic API for linux's functionfs
GNU General Public License v3.0
40 stars 13 forks source link

Shipping a python3 version that doesn't work. #3

Closed ali1234 closed 6 years ago

ali1234 commented 6 years ago
pip3 install functionfs
python3 -m functionfs

result:

Traceback (most recent call last):
  File "/usr/lib/python3.5/runpy.py", line 174, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "/usr/lib/python3.5/runpy.py", line 133, in _get_module_details
    return _get_module_details(pkg_main_name, error)
  File "/usr/lib/python3.5/runpy.py", line 109, in _get_module_details
    __import__(pkg_name)
  File "/home/al/.local/lib/python3.5/site-packages/functionfs/__init__.py", line 367
    except IOError, exc: