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 dubois
Recipients
Date 2001-04-06.15:21:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The "scripts" feature installs scripts with no write 
permission. This is a good thing. But when copying 
scripts down into build/scripts or installing into the 
target python, there are failures because distutils 
does not have write permission on the target when it 
has been previously installed. I assume attempts to 
uninstall are going to have similar difficulties.

In a related matter, we have had to create 
an "artificial user", which is a big pain, who owns 
the files installed because Distutils doesn't work 
right when the file has group write but is owned by 
another developer.
History
Date User Action Args
2007-08-23 13:53:49adminlinkissue414316 messages
2007-08-23 13:53:49admincreate