On Fri, Oct 23, 2009 at 9:09 AM, David Warde-Farley wrote:
> The Python.org sources for 2.6.x has a script in the Mac/ subdirectory
> (I think, or in the build tools) for building a 4-way universal binary
> (i386, x86_64, ppc and ppc64). You can rather easily build it (just
> run the script) and i
On Fri, Oct 23, 2009 at 09:46:47AM -0500, Ryan May wrote:
> On Fri, Oct 23, 2009 at 4:02 AM, David Warde-Farley
> wrote:
> > On 21-Oct-09, at 11:01 AM, Ryan May wrote:
> >> ~/.local was added to *be the standard* for easily installing python
> >> packages in your user account. And it works perf
On Fri, Oct 23, 2009 at 4:02 AM, David Warde-Farley wrote:
> On 21-Oct-09, at 11:01 AM, Ryan May wrote:
>
>> ~/.local was added to *be the standard* for easily installing python
>> packages in your user account. And it works perfectly on the other
>> major OSes, no twiddling of paths anymore.
>
>
On Fri, Oct 23, 2009 at 6:02 PM, David Warde-Farley wrote:
>
> Packaging is still more pain than it should be on *any* platform, I
> think, and I doubt we'll have it all sorted out until somewhere in the
> mid-to-upper 3.x's. :(
I think numpy and scipy on py3k will happen before that :)
David
_
On 21-Oct-09, at 6:58 AM, Robin wrote:
> My only worry is with installer packages - I'm thinking mainly of
> wxpython. Is there a way I can get that package to install in
> $HOME/.local. (The installer only seems to let you choose a drive).
> Also - if I build for example vim against the system py
On 21-Oct-09, at 11:01 AM, Ryan May wrote:
> ~/.local was added to *be the standard* for easily installing python
> packages in your user account. And it works perfectly on the other
> major OSes, no twiddling of paths anymore.
I've had a lot of headaches with ~/.local on Ubuntu, actually.
App
On Wed, Oct 21, 2009 at 9:09 AM, Zachary Pincus wrote:
>> Wow. Once again, Apple makes using python unnecessarily difficult.
>> Someone needs a whack with a clue bat.
>
> Well, some tools from the operating system use numpy and other python
> modules. And upgrading one of these modules might conc
> Wow. Once again, Apple makes using python unnecessarily difficult.
> Someone needs a whack with a clue bat.
Well, some tools from the operating system use numpy and other python
modules. And upgrading one of these modules might conceivably break
that dependency, leading to breakage in the O
On Wed, Oct 21, 2009 at 2:54 PM, Ryan May wrote:
> Wow. Once again, Apple makes using python unnecessarily difficult.
> Someone needs a whack with a clue bat.
Right - I think in the end I decided I will try and use macports
python with virtualenv for svn numpy/scipy and leave system python
well
> It seems it does... the built in numpy which is in
> '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python',
> comes before $HOME/.local in sys.path so I think system numpy will
> always be picked up over my own installed version.
>
> robin-mbp:~ robince$ /usr/bin/python2.6
Thanks...
On Wed, Oct 21, 2009 at 11:41 AM, David Cournapeau
wrote:
> Robin wrote:
>>
>> Thanks - that looks ideal. I take it $HOME/.local is searched first so
>> numpy will be used fromt here in preference to the system numpy.
>>
>
> Yes, unless framework-enabled python does something 'fishy' (I
Robin wrote:
>
> Thanks - that looks ideal. I take it $HOME/.local is searched first so
> numpy will be used fromt here in preference to the system numpy.
>
Yes, unless framework-enabled python does something 'fishy' (I think
framework vs convention python have different rules w.r.t. sys.path).
On Wed, Oct 21, 2009 at 10:28 AM, David Cournapeau
wrote:
> Robin wrote:
>> Hi,
>>
>> I was wondering what the recommended way to run numpy/scipy on mac os
>> x 10.6 is. I understood previously it was recommended to use
>> python.org python and keep everything seperate from the system python,
>> w
Robin wrote:
> Hi,
>
> I was wondering what the recommended way to run numpy/scipy on mac os
> x 10.6 is. I understood previously it was recommended to use
> python.org python and keep everything seperate from the system python,
> which worked well.
You can simply use the --user option to the ins
Hi,
I was wondering what the recommended way to run numpy/scipy on mac os
x 10.6 is. I understood previously it was recommended to use
python.org python and keep everything seperate from the system python,
which worked well. But now I would like to have a 64 bit python and
numpy, and there isn't o
15 matches
Mail list logo