Re: Upgrading 2.4.1 to 2.4.2

2005-10-25 Thread Vincent Gulinao
Hi, I'm new to python and just upgraded python on my system from 2.3 to 2.4. My platform is Linux-2.6.9-1.667smp-i686-with-redhat-3-Heidelberg. Is there any way to inherit (share?) all extensions and additional modules the my 2.3 have? (of course, beside re-installing everything) On 19 Oct 2005

Re: Upgrading 2.4.1 to 2.4.2

2005-10-25 Thread Fredrik Lundh
Vincent Gulinao wrote: Hi, I'm new to python and just upgraded python on my system from 2.3 to 2.4. My platform is Linux-2.6.9-1.667smp-i686-with-redhat-3-Heidelberg. Is there any way to inherit (share?) all extensions and additional modules the my 2.3 have? (of course, beside re-installing

Re: Upgrading 2.4.1 to 2.4.2

2005-10-25 Thread Fredrik Lundh
Hi, I'm new to python and just upgraded python on my system from 2.3 to 2.4. My platform is Linux-2.6.9-1.667smp-i686-with-redhat-3-Heidelberg. Is there any way to inherit (share?) all extensions and additional modules the my 2.3 have? (of course, beside re-installing everything) binary

Re: Upgrading 2.4.1 to 2.4.2

2005-10-19 Thread Ben Sizer
[EMAIL PROTECTED] wrote: Not sure that is a good idea on a linux system. MS should be fine, but I actually tried that on linux. Didn't realize how much on a linux system depends on Python. I had that problem once, although to be fair it really does depend on which distribution you use as to

Re: Upgrading 2.4.1 to 2.4.2

2005-10-18 Thread [EMAIL PROTECTED]
Not sure that is a good idea on a linux system. MS should be fine, but I actually tried that on linux. Didn't realize how much on a linux system depends on Python. Basically ended up doing a full re-install. I'll never do that again. -- http://mail.python.org/mailman/listinfo/python-list

Upgrading 2.4.1 to 2.4.2

2005-10-17 Thread Sori Schwimmer
Hi, I have Python 2.4.1 and have downloaded 2.4.2. Is there a way to avoid installing everything and, instead, just upgrade? Thanks, Sorin __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com --

Re: Upgrading 2.4.1 to 2.4.2

2005-10-17 Thread Scott David Daniels
Sori Schwimmer wrote: I have Python 2.4.1 and have downloaded 2.4.2. Is there a way to avoid installing everything and, instead, just upgrade? Run the following code on your 2.4.1 installation and post the results: python -m platform Or, if you prefer: import platform

Re: Upgrading 2.4.1 to 2.4.2

2005-10-17 Thread Steve Holden
Sori Schwimmer wrote: Hi, I have Python 2.4.1 and have downloaded 2.4.2. Is there a way to avoid installing everything and, instead, just upgrade? Yes. Just uninstall 2.4.1 and install 2.4.2 - all your extensions and additional modules should remain (though it wouldn't hurt to do a backup