[Distutils] setuptools: Missing unmanaged module warning; Failed SVN cleanup; Wrong version in .egg name

John J Lee jjl at pobox.com
Tue Nov 1 12:51:53 CET 2005


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


More information about the Distutils-SIG mailing list