[python-win32] get python install dir

Tim Golden mail at timgolden.me.uk
Fri Mar 7 15:05:05 CET 2008


le dahut wrote:
> Hello,
> How can I get python's installation directory ?

import sys
print sys.prefix

TJG


More information about the python-win32 mailing list