> Off topic because you said that that does not affec the loading time but: > I don't know what c:\winnt\system32 should be there. It is not in > my Python > installation so it is not a std Python (or ActivePython) thing. Look in > HLKM/Software/Python/PythonCore/X.X/PythonPath/. Do any of the > entries under > that registry keys include "c:\winnt\system32"? > > Trent
This could mean that Bob has copied his Python executable to c:\winnt\system32, to make sure it is always available from a DOS prompt. I think we recommneded something heinous like this in PPW32 :-( I learned some time ago that it's much safer to add the Python install directory to the path; hell can break loose if you upgrade Python or have multiple copies around and lose track of which one is actually running. - Andy Robinson ReportLab _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython