Cannot build Deluge (%1 is not a valid Win32 application)

Specific support for Deluge on Microsoft Windows OS
Post Reply
qqzx
New User
New User
Posts: 5
Joined: Thu Jun 16, 2016 3:54 pm

Cannot build Deluge (%1 is not a valid Win32 application)

Post by qqzx »

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):

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
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?
Post Reply