won't build on windows 7 #2288

Closed
opened 2014-08-31 17:57:17 +00:00 by sly · 1 comment
Owner
  1. got https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.10.0.zip
  2. got python 2.7.8 (native) https://www.python.org/ftp/python/2.7.8/python-2.7.8.msi
  3. started setup.py
  4. output:
Not found: tahoe-deps
Not found: ../tahoe-deps

Installed d:\tmp1\allmydata-tahoe-1.10.0\twisted-11.0.0-py2.7-win32.egg
Searching for zope.interface==3.6.0,==3.6.1,==3.6.2,>=3.6.5
Reading http://pypi.python.org/simple/zope.interface/
Best match: zope.interface 4.1.1
Downloading https://pypi.python.org/packages/2.7/z/zope.interface/zope.interface-4.1.1-py2.7-win32.egg#md5=97fc757b020bb25b829f9c566d87c8c3
Processing zope.interface-4.1.1-py2.7-win32.egg
creating d:\tmp1\allmydata-tahoe-1.10.0\zope.interface-4.1.1-py2.7-win32.egg
Extracting zope.interface-4.1.1-py2.7-win32.egg to d:\tmp1\allmydata-tahoe-1.10.0

Installed d:\tmp1\allmydata-tahoe-1.10.0\zope.interface-4.1.1-py2.7-win32.egg
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: no commands supplied
1) got <https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.10.0.zip> 2) got python 2.7.8 (native) <https://www.python.org/ftp/python/2.7.8/python-2.7.8.msi> 3) started setup.py 4) output: ``` Not found: tahoe-deps Not found: ../tahoe-deps Installed d:\tmp1\allmydata-tahoe-1.10.0\twisted-11.0.0-py2.7-win32.egg Searching for zope.interface==3.6.0,==3.6.1,==3.6.2,>=3.6.5 Reading http://pypi.python.org/simple/zope.interface/ Best match: zope.interface 4.1.1 Downloading https://pypi.python.org/packages/2.7/z/zope.interface/zope.interface-4.1.1-py2.7-win32.egg#md5=97fc757b020bb25b829f9c566d87c8c3 Processing zope.interface-4.1.1-py2.7-win32.egg creating d:\tmp1\allmydata-tahoe-1.10.0\zope.interface-4.1.1-py2.7-win32.egg Extracting zope.interface-4.1.1-py2.7-win32.egg to d:\tmp1\allmydata-tahoe-1.10.0 Installed d:\tmp1\allmydata-tahoe-1.10.0\zope.interface-4.1.1-py2.7-win32.egg usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: no commands supplied ```
tahoe-lafs added the
unknown
normal
defect
1.10.0
labels 2014-08-31 17:57:17 +00:00
tahoe-lafs added this to the undecided milestone 2014-08-31 17:57:17 +00:00
tahoe-lafs added
packaging
and removed
unknown
labels 2014-09-01 14:50:45 +00:00
daira commented 2014-10-11 23:13:41 +00:00
Author
Owner

This is the expected behaviour of python setup.py. Please use python setup.py build.

This is the expected behaviour of `python setup.py`. Please use `python setup.py build`.
tahoe-lafs added the
invalid
label 2014-10-11 23:13:41 +00:00
daira closed this issue 2014-10-11 23:13:41 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#2288
No description provided.