Aeronautics / aero

The aero command line package recycler.
BSD 3-Clause "New" or "Revised" License
13 stars 3 forks source link

Ubuntu error #22

Closed alganet closed 11 years ago

alganet commented 11 years ago

I'm getting this:

Traceback (most recent call last):
  File "/usr/local/bin/aero", line 5, in <module>
    pkg_resources.run_script('aero==0.0.1a1', 'aero')
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 499, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1239, in run_script
    execfile(script_filename, namespace, namespace)
  File "/usr/local/lib/python2.7/dist-packages/aero-0.0.1a1-py2.7.egg/EGG-INFO/scripts/aero", line 10, in <module>
    if __name__ == "__main__": run()
  File "/usr/local/lib/python2.7/dist-packages/aero-0.0.1a1-py2.7.egg/EGG-INFO/scripts/aero", line 8, in run
    return main()
  File "/usr/local/lib/python2.7/dist-packages/aero-0.0.1a1-py2.7.egg/aero/__init__.py", line 67, in main
    version='v{}.{}.{} {} {}'.format(*__version_info__),
  File "/usr/local/lib/python2.7/dist-packages/aero-0.0.1a1-py2.7.egg/aero/argument.py", line 76, in __init__
    default=self.discover_pager(),
  File "/usr/local/lib/python2.7/dist-packages/aero-0.0.1a1-py2.7.egg/aero/argument.py", line 136, in discover_pager
    stderr=subprocess.PIPE).communicate()[0]
  File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Right after cloning and running the setup. I'm a total n00b on Python! Any idea how I can fix it?