Re: It works! Was: Installing Python 3000

2007-11-27 Thread André
On Nov 27, 11:17 am, jim-on-linux <[EMAIL PROTECTED]> wrote: > On Tuesday 27 November 2007 07:20, André wrote: > > > > > On Nov 26, 9:59 pm, "André" <[EMAIL PROTECTED]> wrote: > > > While I made some progress in trying to install Py3k from source > > > (for the first time), it has failed... > > > >

Re: It works! Was: Installing Python 3000

2007-11-27 Thread jim-on-linux
On Tuesday 27 November 2007 07:20, André wrote: > On Nov 26, 9:59 pm, "André" <[EMAIL PROTECTED]> wrote: > > While I made some progress in trying to install Py3k from source > > (for the first time), it has failed... > > > > Here are the steps I went through (not necessarily in that order > > - exc

It works! Was: Installing Python 3000 on Leopard (Mac OS) fails...

2007-11-27 Thread André
On Nov 26, 9:59 pm, "André" <[EMAIL PROTECTED]> wrote: > While I made some progress in trying to install Py3k from source (for > the first time), it has failed... > > Here are the steps I went through (not necessarily in that order - > except for those that matter). > > 1. After installing Leopard,

Re: Installing Python 3000 on Leopard (Mac OS) fails...

2007-11-26 Thread Martin v. Löwis
> gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- > madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include - > DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o > ./Modules/posixmodule.c: In function 'posix_setpgrp': > ./Modules/posixmodule.c:3769:

Re: Installing Python 3000 on Leopard (Mac OS) fails...

2007-11-26 Thread Robin Kåveland Hansen
"=?ISO-8859-1?Q?Andr=E9?=" <[EMAIL PROTECTED]> wrote (Mon, 26 Nov 2007 17:59:21 -0800): > While I made some progress in trying to install Py3k from source (for > the first time), it has failed... > > Here are the steps I went through (not necessarily in that order - > except for those that matter

Re: Installing Python 3000 on Leopard (Mac OS) fails...

2007-11-26 Thread André
On Nov 26, 9:59 pm, "André" <[EMAIL PROTECTED]> wrote: > While I made some progress in trying to install Py3k from source (for > the first time), it has failed... > > Here are the steps I went through (not necessarily in that order - > except for those that matter). > > 1. After installing Leopard,

Installing Python 3000 on Leopard (Mac OS) fails...

2007-11-26 Thread André
While I made some progress in trying to install Py3k from source (for the first time), it has failed... Here are the steps I went through (not necessarily in that order - except for those that matter). 1. After installing Leopard, install Xcode tools from the dvd - even if you had done so with a

Re: Installing Python 3000

2007-11-26 Thread André
[huge snip] > > This is on a Macbook with Leopard installed. > > I tried compiling a simple c program (hello world), something that I > have not done in *years* and it failed. It appears as though gcc has > a problem :-( > > I can create an object file (via gcc -c he

Re: Installing Python 3000

2007-11-26 Thread André
On Nov 26, 6:18 pm, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > I'd like to install Python 3000 on my computers (Mac, and possibly > > Windows), without messing up the existing versions. So far, I've > > always relied on using ".msi" on Windows and ".dmg" on the Mac. > > > From the Python sit

Re: Installing Python 3000

2007-11-26 Thread Martin v. Löwis
> I'd like to install Python 3000 on my computers (Mac, and possibly > Windows), without messing up the existing versions. So far, I've > always relied on using ".msi" on Windows and ".dmg" on the Mac. > > From the Python site, I read (different version, but still...): > > Unpack the archive

Re: Installing Python 3000

2007-11-26 Thread Peter Otten
André wrote: > The step that gets me worried is the "make install" one... I don't want it > to take over as default. I would like to be able to invoke it by typing > "python3k ..." from anywhere and have it work - while still having > "python" invoke the default 2.5 version. You want make altin

Installing Python 3000

2007-11-26 Thread André
Sorry about the simple question ... I'd like to install Python 3000 on my computers (Mac, and possibly Windows), without messing up the existing versions. So far, I've always relied on using ".msi" on Windows and ".dmg" on the Mac. >From the Python site, I read (different version, but still...):