Cannot build Deluge (%1 is not a valid Win32 application)
Posted: Thu Jun 16, 2016 4:00 pm
I cannot build Deluge (1.3.6) from source as you can see (it must be 1.3.6 -- It's too long to go into it but it's the latest version that works with good performance on my server):
I have installed all of the dependencies, and their correct versions at the time of the release, listed in an archived page of the 1.3.6 guide. Can someone advise on how to build this version of Deluge correctly in windows?
Code: Select all
deluge-1.3.6>python setup.py clean -a
Traceback (most recent call last):
File "setup.py", line 223, in <module>
if subprocess.call(['./get_libtorrent.sh']) > 0:
File "C:\Python26\lib\subprocess.py", line 470, in call
return Popen(*popenargs, **kwargs).wait()
File "C:\Python26\lib\subprocess.py", line 623, in __init__
errread, errwrite)
File "C:\Python26\lib\subprocess.py", line 833, in _execute_child
startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application