This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author michael.foord
Recipients michael.foord, tarek
Date 2009-10-27.12:37:49
SpamBayes Score 0.00017076104
Marked as misclassified No
Message-id <1256647071.1.0.815334810123.issue7219@psf.upfronthosting.co.za>
In-reply-to
Content
This problem showed up when installing a package with IronPython, where
the site-packages folder requires admin privileges to write to (which
*should* be true with CPython Windows but isn't).

If you perform a 'python setup.py install' without admin privileges the
install fails (as it should) but with a very cryptic error message:

C:\compile\test\foo-1.0>"C:\Program Files\IronPython 2.6\ipy.exe"
setup.py install
running install
running build
running build_py
creating build
creating build\lib
copying foo.py -> build\lib
running install_lib
copying build\lib\foo.py -> C:\Program Files\IronPython
2.6\Lib\site-packages
error: C:\Program Files\IronPython 2.6\Lib\site-packages\foo.py: None
History
Date User Action Args
2009-10-27 12:37:51michael.foordsetrecipients: + michael.foord, tarek
2009-10-27 12:37:51michael.foordsetmessageid: <1256647071.1.0.815334810123.issue7219@psf.upfronthosting.co.za>
2009-10-27 12:37:49michael.foordlinkissue7219 messages
2009-10-27 12:37:49michael.foordcreate