Tim Roberts <[EMAIL PROTECTED]> writes: > On Tue, 7 Dec 2004 15:33:34 -0800, "Charlie Taylor" > <[EMAIL PROTECTED]> wrote: > >>Is there a good reference to the steps that should be taken to upgrade a >>Windows machine to the next version of python? >> >>My journey from 2.2 to 2.3 was very knicker-twisting. I'm hoping for more >>of a controlled landing on 2.4. >> > > You can't upgrade. You have to throw out the old and start over. > That's true any time the second digit changes.
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. Thomas _______________________________________________ Python-win32 mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-win32