[Tutor] Python upgrade from 2.3 to 2.4

Kent Johnson kent37 at tds.net
Sat Jan 7 15:23:00 CET 2006


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.
> BioPython module, EUtils etc.

You will have to re-install the modules for Python 2.4. The two 
installations are independent - they each have their own set of 
installed modules. If the module includes binary files, make sure you 
get a version of the module compiled for Python 2.4. If the module 
contains only Python files then the same release will work for both 
Python versions.

Kent



More information about the Tutor mailing list