On Mon, May 7, 2012 at 12:34 PM, Cesar Mello <[email protected]> wrote: > But if I install the MSI instead, how can I reference the standard library > that is installed with IronPython? Where should I get the standard library > path? I tried to get the path from Assembly.GetAssembly(typeof(Python)), but > the GAC path is returned instead of C:\Program Files (x86)\IronPython 2.7.
The registry key HKLM\SOFTWARE\IronPython\27\InstallPath should have it. - Jeff _______________________________________________ Ironpython-users mailing list [email protected] http://mail.python.org/mailman/listinfo/ironpython-users
