View Single Post
  #6  
Old 18.01.2016, 20:26
felsi felsi is offline
Ultra Loader
 
Join Date: Sep 2010
Posts: 46
Default

Vielen Dank für den Thread.

Ich könnte auch tatsächlich direkt Hilfe gebrauchen, da ich leider bereits an der Installation von Flexget scheitere. Wenn ich der obigen Anleitung für QNAP folge, erhalte ich nach (ipkg install py25-setuptools) und dann easy_install flexget

Quote:
easy_install flexget
-sh: easy_install: command not found
Wenn ich es mit easy_install-2.5 flexget versuche, erhalte ich folgende Fehlermeldung.

Quote:
[~] # easy_install-2.5 flexget
Searching for flexget
Reading **External links are only visible to Support Staff****External links are only visible to Support Staff**
Best match: FlexGet 1.2.430
Downloading **External links are only visible to Support Staff****External links are only visible to Support Staff**
Processing FlexGet-1.2.430.tar.gz
Running FlexGet-1.2.430/setup.py -q bdist_egg --dist-dir /tmp/easy_install-PHhI-4/FlexGet-1.2.430/egg-dist-tmp-jijLGS
Traceback (most recent call last):
File "/opt/bin/easy_install-2.5", line 8, in <module>
load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install-2.5')()
File "/opt/lib/python2.5/site-packages/setuptools/command/easy_install.py", line 1712, in main
with_ei_usage(lambda:
File "/opt/lib/python2.5/site-packages/setuptools/command/easy_install.py", line 1700, in with_ei_usage
return f()
File "/opt/lib/python2.5/site-packages/setuptools/command/easy_install.py", line 1716, in <lambda>
distclass=DistributionWithoutHelpCommands, **kw
File "/opt/lib/python2.5/distutils/core.py", line 151, in setup
dist.run_commands()
File "/opt/lib/python2.5/distutils/dist.py", line 974, in run_commands
self.run_command(cmd)
File "/opt/lib/python2.5/distutils/dist.py", line 994, in run_command
cmd_obj.run()
File "/opt/lib/python2.5/site-packages/setuptools/command/easy_install.py", line 211, in run
self.easy_install(spec, not self.no_deps)
File "/opt/lib/python2.5/site-packages/setuptools/command/easy_install.py", line 446, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
File "/opt/lib/python2.5/site-packages/setuptools/command/easy_install.py", line 476, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File "/opt/lib/python2.5/site-packages/setuptools/command/easy_install.py", line 655, in install_eggs
return self.build_and_install(setup_script, setup_base)
File "/opt/lib/python2.5/site-packages/setuptools/command/easy_install.py", line 930, in build_and_install
self.run_setup(setup_script, setup_base, args)
File "/opt/lib/python2.5/site-packages/setuptools/command/easy_install.py", line 919, in run_setup
run_setup(setup_script, args)
File "/opt/lib/python2.5/site-packages/setuptools/sandbox.py", line 62, in run_setup
lambda: execfile(
File "/opt/lib/python2.5/site-packages/setuptools/sandbox.py", line 105, in run
return func()
File "/opt/lib/python2.5/site-packages/setuptools/sandbox.py", line 64, in <lambda>
{'__file__':setup_script, '__name__':'__main__'}
File "setup.py", line 10, in <module>
File "paver-minilib.zip/paver/tasks.py", line 878, in main
File "paver-minilib.zip/paver/tasks.py", line 846, in _launch_pavement
File "pavement.py", line 146
print(line, end='')
^
SyntaxError: invalid syntax
Irgendwie sind bei mir wohl beide easy_install Befehle fehlerhaft? Ich wollte wirklich nicht schon an dieser Stelle nach Hilfe fragen, aber leider bringt mich auch eine Google Suche nach "easy_install command not found" nicht wirklich weiter.

Wisst ihr eine Lösung?
Vielen Dank
Reply With Quote