Colin J. Williams schrieb:
> With Windows, a few packages, eg. PythonWin, also modify the registry. 
> numpy, the elaboration of numarray/numeric, and PythonWin have 
> RemoveXXX.exe in C:\Python25.
> 
> I don't know whether this is the standard approach.  There doesn't seem 
> to be a reference to Removal in the distutils document.
Packages that are create with distutils bdist_wininst command can be removed
using the control panel->add/Software/ Add Remove programs.

This calls RemoveXXX.exe (which is undocumented on purpose).

Thomas
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to