Need help with building from source on Windows
Posted: Sun Aug 25, 2019 8:03 pm
Anyone have a link to a more in-depth guide to building from source on Windows than the one Deluge provides. I think I installed all the dependencies but when I type "python setup.py build" in cmd I get this error:
So anyone know what the problem is or have a better guide for this?
Code: Select all
Traceback (most recent call last):
File "setup.py", line 223, in <module>
if subprocess.call(['./get_libtorrent.sh']) > 0:
File "C:\Python27\lib\subprocess.py", line 172, in call
return Popen(*popenargs, **kwargs).wait()
File "C:\Python27\lib\subprocess.py", line 394, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 644, in _execute_child
startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application