Re: [Tutor] Python upgrade from 2.3 to 2.4

2006-01-07 Thread Kent Johnson
Srinivas Iyyer wrote: > So how should I upgrade from 2.3 to 2.4 without > loosing the neat libraries and modules that I have > been using on 2.3. these python modules and libraries > are backbone for my programming skills. so how could I > upgrade without loosing theh binaries and modules (eg. > Bi

[Tutor] Python upgrade from 2.3 to 2.4

2006-01-06 Thread Ivan Furone
Hello Srinivas, You can install both versions on the same platform,in separate directories,and start them individually as any other else application.Obviously each one will rely on the modules with which was coming when installed.(And,if you installed further extensions,they will work properly with

[Tutor] Python upgrade from 2.3 to 2.4

2006-01-05 Thread Srinivas Iyyer
Hi, I might be asking this question out of context. however, eversince I started working with Python, the only mailing list that I used ever is this. So this could be also the other reason that I am posting here. I am currently using Python 2.3 for windows XP. I wanted to use PyExcellerator modu