Re: About installing new Python version.

2007-04-19 Thread king kikapu
On Apr 19, 1:51 pm, Steve Holden <[EMAIL PROTECTED]> wrote: > Good question. kk is right - with a change in *major* version (such as > 2.4 to 3.5, 3.5 to 3.6) the compiled extensions will be incompatible, > and will need to be recompiled. This can take a while, as extension > authors frequently hav

Re: About installing new Python version.

2007-04-19 Thread Steve Holden
king kikapu wrote: > On Apr 19, 12:10 pm, Ant <[EMAIL PROTECTED]> wrote: >>> checked and everything seems to working fine. But this is an update >>> release to 2.5, i do not know what is happening when, for example, a >>> totally new Python version come out, like 2.6 or 2.7 or... >> Again just inst

Re: About installing new Python version.

2007-04-19 Thread king kikapu
On Apr 19, 12:10 pm, Ant <[EMAIL PROTECTED]> wrote: > > checked and everything seems to working fine. But this is an update > > release to 2.5, i do not know what is happening when, for example, a > > totally new Python version come out, like 2.6 or 2.7 or... > > Again just install it - it will by

Re: About installing new Python version.

2007-04-19 Thread Ant
> checked and everything seems to working fine. But this is an update > release to 2.5, i do not know what is happening when, for example, a > totally new Python version come out, like 2.6 or 2.7 or... Again just install it - it will by default install alongside Python 2.5 in a different directory

Re: About installing new Python version.

2007-04-19 Thread king kikapu
On Apr 19, 11:39 am, [EMAIL PROTECTED] wrote: > On Apr 19, 2:03 am, king kikapu <[EMAIL PROTECTED]> wrote: > > > Hi to all, > > > i started with Python at v2.5 and now i see that a new version is > > released. > > As i already have a lot of stuff for Python installed in the site- > > packages direc

Re: About installing new Python version.

2007-04-19 Thread half . italian
On Apr 19, 2:03 am, king kikapu <[EMAIL PROTECTED]> wrote: > Hi to all, > > i started with Python at v2.5 and now i see that a new version is > released. > As i already have a lot of stuff for Python installed in the site- > packages directory, which is the correct way to install a new Python > ver

About installing new Python version.

2007-04-19 Thread king kikapu
Hi to all, i started with Python at v2.5 and now i see that a new version is released. As i already have a lot of stuff for Python installed in the site- packages directory, which is the correct way to install a new Python version without do any damage ? Remove Python and ALL Python related softw