[Catalog-sig] Withdrawing PEP 262

David Ascher DavidA@ActiveState.com
Sun, 13 Oct 2002 21:52:21 -0700


Martin v. Loewis wrote:

>Chris Liechti <cliechti@gmx.net> writes:
>
>  
>
>>i use Debian Linux, which has a great package management system too
>>and it's very nice when all the dependencies are installed along with
>>a python extension. i understand you're exitement.
>>
>>but... not all systems have a package management system, e.g. on
>>windows rules chaos.
>>    
>>
>
>That may be true in general, but on Windows, it is not. There is a
>database of installed packages, complete with uninstallation etc.
>
In fact what I think is wrong with both Windows and many other systems' 
is that they tend to be  'one-level' systems -- it's hard to define a 
"subsystem" installation.  It'd be nice if every python module installed 
didn't show up in the ever-growing list of programs under Add/Remove 
Programs.  Or are there subtleties to the Windows Installer that I 
haven't heard of?

--david