Issue97

Title Windows installer causes different behavior
Priority bug Status chatting
Superseder Nosy List dbhart
Assigned To Keywords

Created on 2009-11-18.18:24:21 by dbhart, last changed 2009-11-18.18:25:40 by dbhart.

Messages
msg468 (view) Author: dbhart Date: 2009-11-18.18:25:40
Attachment seems to not have gone through: text here:

C:\test>easy_install -v --editable --build-directory . numpy
Searching for numpy
Reading http://pypi.python.org/simple/numpy/
Reading http://numpy.scipy.org
Reading http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=17
5103
^C
C:\test>interrupted


C:\test>

C:\test>easy_install -v --editable --build-directory . setuptools
Searching for setuptools
Best match: setuptools 0.6c11
Installing easy_install-script.py script to C:\Python26\Scripts
changing mode of C:\Python26\Scripts\easy_install-script.py to 755
Installing easy_install.exe script to C:\Python26\Scripts
error: C:\Python26\Scripts\easy_install.exe: Permission denied

C:\test>
msg467 (view) Author: dbhart Date: 2009-11-18.18:24:21
Using the windows .exe installer for setuptools0.6c11 causes an error that is
not present when using the .tar.gz and installing from source (python setup.py
install). easy_install.exe behaves differently between the two methods.

Using the .exe, you can no longer download the setuptools package (see attached)
- it finds it somewhere cached, and then tries to overwrite itself. Using the
.tar.gz build, it behaves correctly.
History
Date User Action Args
2009-11-18 18:25:40dbhartsetstatus: unread -> chatting
messages: + msg468
2009-11-18 18:24:21dbhartcreate