[Pythonmac-SIG] How-To upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4

2004-12-08 Thread Robert Valsjö
How to upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4 * Download python sourde from http://www.python.org/ftp/python/2.4/Python-2.4.tgz Save the source on ~/Desktop >cd ~/Desktop >tar zxvf Python-2.4.tgz Download http://www.merzwaren.com/bin/waste/waste-21b1.sit Sa

[Pythonmac-SIG] Won't Install Numarray-1.1.1 or Numeric_23.6

2004-12-08 Thread Benjamin Abécassis
Hi everyone, I can't install Numarray-1.1.1 or Numeric_23.6 After typing, python setup.py install it tells, error: command 'gcc' failed with exit status 1 Here is the complete log : running install running build running build_py running build_ext building '_numpy' extension gcc -fno-strict-aliasing

Re: [Pythonmac-SIG] Won't Install Numarray-1.1.1 or Numeric_23.6

2004-12-08 Thread Bob Ippolito
On Dec 7, 2004, at 11:57, Benjamin Abécassis wrote: Hi everyone, I can't install Numarray-1.1.1 or Numeric_23.6 After typing, python setup.py install it tells, error: command 'gcc' failed with exit status 1 Here is the complete log : running install running build running build_py running build_ext

Re: [Pythonmac-SIG] Won't Install Numarray-1.1.1 or Numeric_23.6

2004-12-08 Thread David Reed
On Dec 7, 2004, at 11:57 AM, Benjamin Abécassis wrote: Hi everyone, I can't install Numarray-1.1.1 or Numeric_23.6 After typing, python setup.py install it tells, error: command 'gcc' failed with exit status 1 Here is the complete log : running install running build running build_py running build_e

Re: [Pythonmac-SIG] How-To upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4

2004-12-08 Thread Christian Meesters
Thanks, interesting. But does anybody know how this will effect pythonw (e.g. for use with wxPython)? Admittingly I'm a bit hesitant to try out. Cheers Christian On Dec 8, 2004, at 1:06 AM, Robert Valsjö wrote: How to upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4

Re: [Pythonmac-SIG] How-To upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4

2004-12-08 Thread Bob Ippolito
On Dec 8, 2004, at 1:53 PM, Christian Meesters wrote: On Dec 8, 2004, at 1:06 AM, Robert Valsjö wrote: How to upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4 ... Thanks, interesting. But does anybody know how this will effect pythonw (e.g. for use with wxPython)? Admitt

Re: [Pythonmac-SIG] How-To upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4

2004-12-08 Thread Christian Meesters
On Dec 8, 2004, at 11:04 AM, Bob Ippolito wrote: On Dec 8, 2004, at 1:53 PM, Christian Meesters wrote: On Dec 8, 2004, at 1:06 AM, Robert Valsjö wrote: How to upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4 ... Thanks, interesting. But does anybody know how this will eff

Re: [Pythonmac-SIG] How-To upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4

2004-12-08 Thread Bob Ippolito
On Dec 8, 2004, at 2:13 PM, Christian Meesters wrote: On Dec 8, 2004, at 11:04 AM, Bob Ippolito wrote: On Dec 8, 2004, at 1:53 PM, Christian Meesters wrote: On Dec 8, 2004, at 1:06 AM, Robert Valsjö wrote: How to upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4 ... Thanks

Re: [Pythonmac-SIG] How-To upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4

2004-12-08 Thread Christian Meesters
pythonw is a shell script that has always shipped with framework builds of Python 2.3.0 and later, just like a pythonw.exe has shipped with the Windows version of Python for quite some time. There's nothing special about it. The fact that it happens to use a "fake" application bundle that li

Re: [Pythonmac-SIG] How-To upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4

2004-12-08 Thread Christian Meesters
Well, I followed Robert's instructions and it failed. I then tried to install 'directly' and got the same error message. Guess I must admit that I simply have no clue how to solve this problem. typing 'make' results in this: building 'waste' extension gcc -bundle -undefined dynamic_lookup build

Re: [Pythonmac-SIG] How-To upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4

2004-12-08 Thread Bob Ippolito
On Dec 8, 2004, at 8:52 PM, Christian Meesters wrote: Well, I followed Robert's instructions and it failed. I then tried to install 'directly' and got the same error message. Guess I must admit that I simply have no clue how to solve this problem. typing 'make' results in this: building 'waste'

[Pythonmac-SIG] Numarray 1.1 and Numeric 23.6

2004-12-08 Thread john lichtenstein
Due to a combination of bad luck (dropping laptop onto stone) and good luck (new job) I just got a clean machine. I installed in order X11 and XCode from Apple, Fink, and Darinports. Then I used Darwinports to update Python, Numeric, and Numarray. In this was it required very little skill to set to

Re: [Pythonmac-SIG] Numarray 1.1 and Numeric 23.6

2004-12-08 Thread Bob Ippolito
Darwinports isn't going to do anything for you without Xcode installed either! :) On Dec 8, 2004, at 11:08 PM, john lichtenstein wrote: Due to a combination of bad luck (dropping laptop onto stone) and good luck (new job) I just got a clean machine. I installed in order X11 and XCode from Apple,