Re: [Tutor] problems to install python 2.5

2007-03-11 Thread Kent Johnson
Tsila Hassine wrote: > yes I did download that, and it went " sorry can't update zshell" (and > yes I > have zshell) so i didn't know how to deal with that any ideas ? (but > then i guess its a completely different problem then ...) All that program does is make sure that the bin directory in

Re: [Tutor] problems to install python 2.5

2007-03-11 Thread Clay Wiedemann
No ideas there. I wish I could help, but I am new at this. I did stop using IDLE though in favor of iPython. I don't know if an end-around would solve all the problems you have been encountering though. http://ipython.scipy.org/moin/ -c On 3/11/07, Tsila Hassine <[EMAIL PROTECTED]> wrote: > yes

Re: [Tutor] problems to install python 2.5

2007-03-11 Thread Tsila Hassine
yes I did download that, and it went " sorry can't update zshell" (and yes I have zshell) so i didn't know how to deal with that any ideas ? (but then i guess its a completely different problem then ...) thanks! T. On 3/11/07, Clay Wiedemann <[EMAIL PROTECTED]> wrote: Did you download the

Re: [Tutor] problems to install python 2.5

2007-03-11 Thread Clay Wiedemann
Did you download the MacPython 2.5 distribution? You should find an "Update shell profile.command" file, which you can run. I believe once you do that, you will be set up so that IDLE will launch and you will default to version 2.5. On 3/11/07, Tsila Hassine <[EMAIL PROTECTED]> wrote: > Hello all

Re: [Tutor] problems to install python 2.5

2007-03-11 Thread Kent Johnson
Tsila Hassine wrote: > Hello all > > I downloaded Python 2.5 (final release) from python.org. I am trying to > install it on my Mac 0s 10.4 > > the current working version i have of python is 2.3 (also built as a > framework) > > > It goes through the "./configure" part ok, but the "make instal

Re: [Tutor] problems to install python 2.5

2007-03-11 Thread Tsila Hassine
2.3 is still around indeed, but i launched the IDLE from the python 2.5folder, so i don't think that was the problem. on teh other hand - i discovered that when i type "python2.5" in teh terminal window it launches indeed the python 2.5, but when running a script from the command line it goes to

Re: [Tutor] problems to install python 2.5

2007-03-11 Thread Andre Roberge
On 3/11/07, Tsila Hassine <[EMAIL PROTECTED]> wrote: > I also tried that build as well - it says that installation completed > succesfully - and when i try to launch IDLE - it won't open... > Could it be that the 2.3 version is still around and that you are trying to launch the 2.3 version of IDLE

Re: [Tutor] problems to install python 2.5

2007-03-11 Thread Tsila Hassine
I also tried that build as well - it says that installation completed succesfully - and when i try to launch IDLE - it won't open... On 3/11/07, Kent Johnson <[EMAIL PROTECTED]> wrote: Tsila Hassine wrote: > Hello all > > I downloaded Python 2.5 (final release) from python.org. I am trying to >

[Tutor] problems to install python 2.5

2007-03-11 Thread Tsila Hassine
Hello all I downloaded Python 2.5 (final release) from python.org. I am trying to install it on my Mac 0s 10.4 the current working version i have of python is 2.3 (also built as a framework) It goes through the "./configure" part ok, but the "make install" produces the following errors : Mo