I cannot understand why virtually everyone insists to remove 2.3 before installing 2.4. I have even more Python versions (on Windows) installed at the same time, and I use batch scripts named py23.bat, py24.bat, and to on to select the one to run my scripts.
This way I can develop with 2.4 (or even CVS), and deploy using 2.3.
It's true, that works. But what is the point of developing on 2.4 if you have to deploy on 2.3? If you aren't going to be able to use any of 2.4's fancy new features when you deploy, why wouldn't you do your development under 2.3?
-- - Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc.
_______________________________________________ Python-win32 mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-win32