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 fdrake
Recipients
Date 2001-08-05.17:58:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=3066

Paul,

I think I see what's happening.  In distutils/command/build_scripts.py, at the end of the copy_scripts() method, there is a call to self.copy_file().  You should be able to add a keyword parameter preserve_mode=0 to that to fix this.  If that is not sufficient, please let me know.  (The existing build and installation of your package will need to have the write bit enabled before this will work, unfortunately, but this should take care of future installations.)

Please report your results, and I'll get this checked in if it is sufficient.  Thanks!
History
Date User Action Args
2007-08-23 13:53:49adminlinkissue414316 messages
2007-08-23 13:53:49admincreate