In article <07Nov1.205537pst."57996"@synergy1.parc.xerox.com>,
Bill Janssen <[EMAIL PROTECTED]> wrote:
> This is really interesting. For my apps, I use the system Python on
> Tiger, and expect to do it again with Leopard. If I have to have a
> specific version of an extension that's needed, I ma
In article <[EMAIL PROTECTED]>,
Christopher Barker <[EMAIL PROTECTED]> wrote:
> [...] AARRGG!
> [...]
> Hence Roberts solution: treat the Apple Python as a system only tool,
> only to be added to by Apple themselves. I guess that's OK, but it's
> really silly that it has to be that way.
>
> The
Robert Kern wrote:
>> The problem will arise for every package, not only numpy, so Apple
>> fixing this is the best solution IMHO.
>
> It's unlikely they are going to. If they put that stuff there, it's because
> they
> are using it for something, not as an (in)convenience to you. I don't
> reco
More evidence that just using the python.org python binary isn't a
universal fix for everyone:
>From a thread on one of the python-dev lists:
> Which reminds me -- what version of Python is in Leopard?
2.5.1 + most of the patches that will be in 2.5.2 + some additional
patches by Apple. AFAIK th
> It's unlikely they are going to. If they put that stuff there, it's because
> they
> are using it for something, not as an (in)convenience to you. I don't
> recommend
> using the Python.framework in /System for anything except for distributing
> lightweight .apps. In that case, you can control
Matthieu Brucher wrote:
> Hi,
>
> The problem will arise for every package, not only numpy, so Apple
> fixing this is the best solution IMHO.
It's unlikely they are going to. If they put that stuff there, it's because they
are using it for something, not as an (in)convenience to you. I don't reco
Hi,
The problem will arise for every package, not only numpy, so Apple fixing
this is the best solution IMHO.
Matthieu
2007/11/1, Brian Granger <[EMAIL PROTECTED]>:
>
> Hi,
>
> It turns out that Leopard includes numpy. But it is an older version
> that won't detect the version string of gfortra
Hi,
It turns out that Leopard includes numpy. But it is an older version
that won't detect the version string of gfortran correctly (thus
preventing scipy from being installed). But, when I downloaded the
numpy svn and did python setup.py python was still finding the older
version of numpy.
The