Error building for windows
Posted: Tue Jul 29, 2014 10:09 pm
I have cloned the lastest from git developer branch.
Windows 8.1 64bit
Python 2.7 32 bit (all dependencies install)
When I run python setup.py clean -a or python setup.py build I get the following error.
I also tried to build from your repo at http://git.deluge-torrent.org/deluge and got the same error with deluge-1.4.0.dev0
Windows 8.1 64bit
Python 2.7 32 bit (all dependencies install)
When I run python setup.py clean -a or python setup.py build I get the following error.
Code: Select all
Traceback (most recent call last):
File "setup.py", line 338, in <module>
version = get_version(prefix='deluge-', suffix='.dev0'),
File "c:\Users\Matt\GitHub\deluge\version.py", line 61, in get_version
raise ValueError("Cannot find the version number!")
ValueError: Cannot find the version number!