How to upgrade python from 2.4.3 to 2.4.4 ?

F

fdu.xiaojf

Hi,

I just want to upgrade my python version from 2.4.3 to 2.4.4,do I need
to uninstall python 2.4.3 first ?

I'd rather not to do so, because I have installed some other python
packages for python2.4.3.


Thanks.

xiaojf
 
G

Guest

I just want to upgrade my python version from 2.4.3 to 2.4.4,do I need
to uninstall python 2.4.3 first ?

I'd rather not to do so, because I have installed some other python
packages for python2.4.3.

You don't have to uninstall. Installing "on top" will work just fine;
both on Windows and Unix (not sure about Mac).

Regards,
Martin
 
T

Tim Roberts

Martin v. Löwis said:
You don't have to uninstall. Installing "on top" will work just fine;
both on Windows and Unix (not sure about Mac).

However, the original poster should note that this will NOT work when going
from 2.4.x to 2.5.x. Versions where the second digit differs will get
installed into a different directory, so you must re-install all of your
add-in packages.

Having learned that lesson the hard way, I now keep a directory with zips
and tarballs for all of the add-ins I have installed, and I maintain a
single batch file that will install all of them. This also makes it
trivially easy to install my environment on a different computer.
 
D

Dennis Lee Bieber

Having learned that lesson the hard way, I now keep a directory with zips
and tarballs for all of the add-ins I have installed, and I maintain a
single batch file that will install all of them. This also makes it
trivially easy to install my environment on a different computer.

Okay if one builds such from sources... but us poor Windows flunkies
without a build environment have to wait for some kindly soul to build
the installer compatible with the new Python version.
--
Wulfraed Dennis Lee Bieber KD6MOG
(e-mail address removed) (e-mail address removed)
HTTP://wlfraed.home.netcom.com/
(Bestiaria Support Staff: (e-mail address removed))
HTTP://www.bestiaria.com/
 
T

Tim Roberts

Dennis Lee Bieber said:
Okay if one builds such from sources... but us poor Windows flunkies
without a build environment have to wait for some kindly soul to build
the installer compatible with the new Python version.

I run Windows. Only a fraction of the packages I've stored up actually
require compiling anything.

Further, as I understand it, Python 2.4 extensions can be built with the
free "express edition" compiler from Microsoft.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top