Changes between Initial Version and Version 1 of Ticket #2079
- Timestamp:
- 2013-09-10T02:49:28Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2079 – Description
initial v1 1 1 Installed Python 2.7.4 (first tried 64-bit and then 32-bit - same error both times). Here is what I got: 2 2 3 {{{ 3 4 C:\allmydata-tahoe-1.10.0>c:\Python27\python.exe setup.py build 4 5 Traceback (most recent call last): 5 6 File "setup.py", line 73, in <module> 6 7 egg = os.path.realpath(glob.glob('setuptools-*.egg')[0]) 8 }}} 7 9 8 10 Previously I was able to build but had other problems (I remember the first error was something like "dep missing").