Message232

Author jaraco
Recipients asmodai, droolz, jaraco, pje
Date 2009-01-28.13:08:10
Content
A less than perfect workaround is to use 'easy_install-script.py' instead of the
executable.  I believe using the script requires that the .py file extension is
associated with the appropriate python installation, or that the script be run
explicitly from the correct Python installation.  e.g.
"C:\Program Files\Python26\Python.exe" "C:\Program
Files\Python26\Scripts\easy_install-script.py" <your options>

Not the easiest workaround, but at least enough to get by until someone has time
to build a 64-bit version of setuptools.
History
Date User Action Args
2009-01-28 13:08:11jaracosetrecipients: + jaraco, asmodai, pje, droolz
2009-01-28 13:08:11jaracosetmessageid: <1233148091.33.0.43168731952.issue2@psf.upfronthosting.co.za>
2009-01-28 13:08:11jaracolinkissue2 messages
2009-01-28 13:08:11jaracocreate