python-2.6

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • luca.ciciriello@email.it

    python-2.6

    Hi all.

    I've installed on may MacOS X 10.4.11 (PPC) Python-2.5.2, numpy and scipy.
    Now I'm interested to insall Python-2.6. My question is: What will happen to
    may scientific modules if now I jump fro 2.5.2 to 2.6? I've to reinstall
    numpy and scipy?

    Thanks in advance for any answer.

    Luca
    --
    Email.it, the professional e-mail, gratis per te: http://www.email.it/f

    Sponsor:
    Scopri i games più scaricati su cellulare! Gioca la tua partita!
    Clicca qui: http://adv.email.it/cgi-bin/foclick....272&d=20081002


  • Mike Driscoll

    #2
    Re: python-2.6

    On Oct 2, 8:33 am, luca.cicirie... @email.it wrote:
    Hi all.
    >
    I've installed on may MacOS X 10.4.11 (PPC) Python-2.5.2, numpy and scipy..
    Now I'm interested to insall Python-2.6. My question is: What will happento
    may scientific modules if now I jump fro 2.5.2 to 2.6? I've to reinstall
    numpy and scipy?
    >
    Thanks in advance for any answer.
    >
    Luca
     --
    Yes. You'll need to reinstall those modules for 2.6. You can try
    copying and pasting their folders from your 2.5 installation, but I
    doubt it will work.

    Mike

    Comment

    • amir@catalystac.com

      #3
      Re: python-2.6


      On Oct 2, 9:33 am, luca.cicirie... @email.it wrote:
      Hi all.
      >
      I've installed on may MacOS X 10.4.11 (PPC) Python-2.5.2, numpy and scipy..
      Now I'm interested to insall Python-2.6. My question is: What will happento
      may scientific modules if now I jump fro 2.5.2 to 2.6? I've to reinstall
      numpy and scipy?
      >
      Thanks in advance for any answer.
      >
      Luca
       --
       Email.it, the professional e-mail, gratis per te:http://www.email.it/f
      >
       Sponsor:
       Scopri i games pi scaricati su cellulare! Gioca la tua partita!
       Clicca qui:http://adv.email.it/cgi-bin/foclick....272&d=20081002
      numpy does not work with python 2.6 in general.
      Windows AMD64 numpy 1.2.0 and python 2.6 reported a failed install:


      I attempted to install numpy 1.2.0 under Windows x86 and python 2.6
      and the installation failed as well.

      Let us know if you get it to work on Mac, but do not upgrade to Python
      2.6 if you want your numpy code to work on a Windows machine at least
      until there is a new numpy release.

      Comment

      • Terry Reedy

        #4
        Re: python-2.6

        amir@catalystac .com wrote:
        I attempted to install numpy 1.2.0 under Windows x86 and python 2.6
        and the installation failed as well.
        >
        Let us know if you get it to work on Mac, but do not upgrade to Python
        2.6 if you want your numpy code to work on a Windows machine at least
        until there is a new numpy release.
        You can have multiple Python versions installed, each in their own
        directory. The installer gives you the choice to have the new one grab
        the .pyx extensions or not.

        Comment

        Working...