On Tue, 1 Nov 2005, John J Lee wrote:
[...]
> --- setuptools\command\easy_install.py~ Mon Oct 31 18:09:31 2005
> +++ setuptools\command\easy_install.py  Tue Nov 01 11:12:53 2005
> @@ -318,7 +318,8 @@
>
>          finally:
>              if os.path.exists(tmpdir):
> -                shutil.rmtree(tmpdir)
> +                #shutil.rmtree(tmpdir)
> +                os.system('rmdir /q /s %s' % tmpdir)
[...]

A colleague suggests that setuptools should use svn export to avoid 
creating the permissions issue in the first place.  Does that sound 
reasonable?


John
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to