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 _______________________________________________ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
