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> -- http://mail.python.org/mailman/listinfo/python-list
