Multiple Version Install?
Fredrik Lundh
fredrik at pythonware.com
Thu May 4 10:17:57 EDT 2006
David C.Ullrich wrote:
> Would there be issues (registry settings, environment
> variables, whatever) if a person tried to install
> versions 1.x and 2.x simultaneously on one Windows
> system? Windows 98, if it matters.
>
> (I can handle the file associations with no problem.)
in general, no.
(I usually have about a dozen Python's, or more, on most of my
windows boxes)
however, applications that look in the registry may only find the
last one you've installed.
</F>
More information about the Python-list
mailing list