Changes between Initial Version and Version 1 of Ticket #2079


Ignore:
Timestamp:
2013-09-10T02:49:28Z (11 years ago)
Author:
zooko
Comment:

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?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2079 – Description

    initial v1  
    11Installed Python 2.7.4 (first tried 64-bit and then 32-bit - same error both times).  Here is what I got:
    22
     3{{{
    34C:\allmydata-tahoe-1.10.0>c:\Python27\python.exe setup.py build
    45Traceback (most recent call last):
    56  File "setup.py", line 73, in <module>
    67    egg = os.path.realpath(glob.glob('setuptools-*.egg')[0])
     8}}}
    79
    810Previously I was able to build but had other problems (I remember the first error was something like "dep missing").