summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2011-05-31 20:10:56 +0000
committerPJ Eby <distutils-sig@python.org>2011-05-31 20:10:56 +0000
commita6e8eec3e46dfa7e37259c63da244049ce08f603 (patch)
tree76332c3832d065bd225835d3dc581fea5ecd2700
parent8d7af6e22f1275ac58b3eccfd43db6e83dfc6e33 (diff)
downloadpython-setuptools-git-a6e8eec3e46dfa7e37259c63da244049ce08f603.tar.gz
Document 64-bit Windows workaround
--HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4088846
-rwxr-xr-xREADME.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 03a2afcd..22d76da2 100755
--- a/README.txt
+++ b/README.txt
@@ -12,7 +12,17 @@ Installation Instructions
Windows
=======
-Install setuptools using the provided ``.exe`` installer. If you've previously
+32-bit version of Python
+ Install setuptools using the provided ``.exe`` installer.
+
+64-bit versions of Python
+ Download `ez_setup.py`_ and run it; it will download the appropriate .egg file and install it for you. (Currently, the provided ``.exe`` installer does not support 64-bit versions of Python for Windows, due to a `distutils installer compatibility issue`_
+
+.. _ez_setup.py: http://peak.telecommunity.com/dist/ez_setup.py
+.. _distutils installer compatibility issue: http://bugs.python.org/issue6792
+
+
+NOTE: Regardless of what sort of Python you're using, if you've previously
installed older versions of setuptools, please delete all ``setuptools*.egg``
and ``setuptools.pth`` files from your system's ``site-packages`` directory
(and any other ``sys.path`` directories) FIRST.