extract python install info from registry

Laszlo Zsolt Nagy gandalf at designaproduct.biz
Mon Dec 5 23:53:59 EST 2005


rbt wrote:

>On windows xp, is there an easy way to extract the information that 
>Python added to the registry as it was installed?
>  
>
Using regedit.exe, look at the registry keys and values under

HKEY_LOCAL_MACHINE\Software\Python

If you need to know how to read the registry from Python: please install 
the python win32 extensions (or use ActivePython).

   Les




More information about the Python-list mailing list