sam schrieb:
> Hi..
> 
> I'm looking to install dual versions of python 2.3, 2.4 on the same box. I'm
> trying to figure out if there's something I'm missing, some kind of gotchas
> that I haven't seen.

THey shouldn't affect each other.

> I'm also trying to figure out how to allow my script to determine which
> version to use???

under unix - simple as this:

#!/usr/bin/env python<version>

Under Windows... well, I don't use that.

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to