#2288 closed defect (invalid)

won't build on windows 7

Reported by: sly Owned by: daira
Priority: normal Milestone: undecided
Component: packaging Version: 1.10.0
Keywords: windows build packaging Cc:
Launchpad Bug:

Description

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

Change History (2)

comment:1 Changed at 2014-09-01T14:50:45Z by daira

  • Component changed from unknown to packaging
  • Keywords packaging added

comment:2 Changed at 2014-10-11T23:13:41Z by daira

  • Resolution set to invalid
  • Status changed from new to closed

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

Note: See TracTickets for help on using tickets.