>> 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)
>
>
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-install
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 02
[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
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
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 b
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
platform.pl
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
--
http://mail.python.o