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 gward
Recipients
Date 2000-11-01.13:41:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Installation tends to have problems when there are old installations present, especially when a different user is doing the new installation.

In particular, it appears that the chmod() done in 'copy_file()' (as a result of the "install" command attempting to preserve the mode of files from the build tree) fails, because you can't chmod() a file owned by somebody else.

Paul Dubois suggests that simply unlinking the target file before doing the copy should work.  I think he's right, but need to think about it and test it a bit first.
History
Date User Action Args
2007-08-23 13:52:02adminlinkissue220993 messages
2007-08-23 13:52:02admincreate