[Python-bugs-list] [ python-Bugs-414316 ] Script installation failures

noreply@sourceforge.net noreply@sourceforge.net
Sat, 07 Apr 2001 13:04:49 -0700


Bugs item #414316, was updated on 2001-04-06 08:21
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=414316&group_id=5470

Category: Distutils
Group: None
Status: Open
Priority: 5
Submitted By: Paul F. Dubois (dubois)
>Assigned to: Greg Ward (gward)
Summary: Script installation failures

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2001-04-07 13:04

Message:
Logged In: YES 
user_id=31435

Assigned to Greg Ward.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=414316&group_id=5470