[python-win32] win32 version
Gabriel Genellina
gagenellina at softlab.com.ar
Wed Jul 27 12:42:16 CEST 2005
At Wednesday 27/7/2005 05:46, Neil Benn wrote:
> If I have an installed instance of win32 et al, is there a way
>to get the version number that is installed on a box (preferably
>without having to start python up - ie is it written in a text file
>somewhere in the install?).
You could enumerate the uninstall keys and see what "looks like" a Python
installation...
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\pywin32-py2.3
(I hope there is a better way)
Gabriel Genellina
Softlab SRL
More information about the Python-win32
mailing list