Matthias Verniers wrote: > 2. Is it possible to use Python 2.4 & 2.3 next to each other without > conflicts?
yes, assuming "next to each other" means "on the same machine". but binary extensions are bound to the Python version they were built for; you cannot use a 2.3 extension with 2.4 on windows. </F> -- http://mail.python.org/mailman/listinfo/python-list