Install error on ARM-based NAS
Posted: Sat Sep 25, 2010 12:59 am
I am trying to install Deluge 1.3.0 from the source tarball on an ARM-based NAS but have encountered the following error when checking for a clean build environment:
All dependencies have been installed either from repositories or from source. I get this error using either python 2.5 or 2.6. I am not the most technical person in the world (i don't know python), but I certainly would appreciate any help, especially if this is a simple or trivial problem that is easily solved.
Thanks!
Code: Select all
Traceback (most recent call last):
File "setup.py", line 219, in <module>
if subprocess.call(['./get_libtorrent.sh']) > 0:
File "/opt/lib/python2.6/subprocess.py", line 470, in call
return Popen(*popenargs, **kwargs).wait()
File "/opt/lib/python2.6/subprocess.py", line 623, in __init__
errread, errwrite)
File "/opt/lib/python2.6/subprocess.py", line 1141, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Thanks!