Opened at 2013-09-10T02:36:13Z
Last modified at 2013-10-18T21:13:21Z
#2079 closed defect
Won't build on Windows — at Version 1
Reported by: | sp | Owned by: | daira |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | packaging | Version: | 1.10.0 |
Keywords: | build windows win32 win64 setuptools | Cc: | |
Launchpad Bug: |
Description (last modified by zooko)
Installed Python 2.7.4 (first tried 64-bit and then 32-bit - same error both times). Here is what I got:
C:\allmydata-tahoe-1.10.0>c:\Python27\python.exe setup.py build Traceback (most recent call last): File "setup.py", line 73, in <module> egg = os.path.realpath(glob.glob('setuptools-*.egg')[0])
Previously I was able to build but had other problems (I remember the first error was something like "dep missing").
Note: See
TracTickets for help on using
tickets.
Thank you for the bug report! I think the error message you posted is missing some lines, though. The end of the error message should say what went wrong with the egg = os.path.realpath(glob.glob('setuptools-*.egg')[0]) line. Could you paste the whole output in here?