[gdal-dev] Re: KyngChaos Frameworks: GDAL's numpy vs Enthought's numpy

2010-05-06 Thread K . -Michael Aye
I didn't want to leave this uncommented. For some reason it works for me now, see below my protocol of trying out, I guess it's some deeper story within numpy. Here is my protocol, showing that EPD's python/matplotlib.pylab has no problem with numpy's 1.4.1 of GDAL 1.7 but for sure a problem w

[gdal-dev] Re: KyngChaos Frameworks: GDAL's numpy vs Enthought's numpy

2010-05-04 Thread K . -Michael Aye
On 2010-05-04 16:30:53 +0200, William Kyngesburye said: Huh, did Enthought update their numpy also? If not, I'd expect the sameproblems. you expect the same problems for the situation EPD: Numpy 1.4.0 and GDAL: Numpy 1.4.1 then for my previous situation: EPD: Numpy 1.4.0 and GDAL: Numpy 1.3?

Re: [gdal-dev] Re: KyngChaos Frameworks: GDAL's numpy vs Enthought's numpy

2010-05-04 Thread William Kyngesburye
Huh, did Enthought update their numpy also? If not, I'd expect the same problems. On May 4, 2010, at 9:19 AM, K.-Michael Aye wrote: > ahh, thank you very much! Thanks to your update using Numpy1.4.1 I > successfully married your GDAL frameworks with EPD. > and I lived happily ever after having

[gdal-dev] Re: KyngChaos Frameworks: GDAL's numpy vs Enthought's numpy

2010-05-04 Thread K . -Michael Aye
ahh, thank you very much! Thanks to your update using Numpy1.4.1 I successfully married your GDAL frameworks with EPD. and I lived happily ever after having all I needed.. (that is, until the next cool software comes along. ;) Have a great week! Best regards, Michael On 2010-04-30 16:13:35 +02

Re: [gdal-dev] Re: KyngChaos Frameworks: GDAL's numpy vs Enthought's numpy

2010-04-30 Thread William Kyngesburye
Thanks. I probably would have forgotten to check before building and packaging GDAL 1.7.2 this weekend. On Apr 30, 2010, at 8:54 AM, K.-Michael Aye wrote: > Hi William, > > Numpy1.4.1 has been released, just to let you know. *hint,hint* ;) > > Best regards and a nice weekend! > > Michael >

[gdal-dev] Re: KyngChaos Frameworks: GDAL's numpy vs Enthought's numpy

2010-04-30 Thread K . -Michael Aye
Hi William, Numpy1.4.1 has been released, just to let you know. *hint,hint* ;) Best regards and a nice weekend! Michael ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Re: KyngChaos Frameworks: GDAL's numpy vs Enthought's numpy

2010-04-21 Thread K . -Michael Aye
On 2010-04-21 18:17:35 +0200, Christopher Barker said: William Kyngesburye wrote: The problem is in Enthought's python, for using the retracted numpy, and they need to update their numpy (which could be a while if they don't want to use RC versions). I'm afraid I can't support using numpy 1.

Re: [gdal-dev] Re: KyngChaos Frameworks: GDAL's numpy vs Enthought's numpy

2010-04-21 Thread Christopher Barker
William Kyngesburye wrote: The problem is in Enthought's python, for using the retracted numpy, and they need to update their numpy (which could be a while if they don't want to use RC versions). I'm afraid I can't support using numpy 1.4.0. Maybe you can follow: http://www.kyngchaos.com/mac

Re: [gdal-dev] Re: KyngChaos Frameworks: GDAL's numpy vs Enthought's numpy

2010-04-21 Thread William Kyngesburye
On Apr 21, 2010, at 8:40 AM, K.-Michael Aye wrote: > Hm, if it's really that mindless of a task now, could you not build a GDAL > for numpy 1.4.0, pretty please? :) > Or would we have other problems then, due to this ABI break (which, I > confess, i totally not understand). If I did, it would b

[gdal-dev] Re: KyngChaos Frameworks: GDAL's numpy vs Enthought's numpy

2010-04-21 Thread K . -Michael Aye
On 2010-04-19 20:54:57 +0200, William Kyngesburye said: On Apr 19, 2010, at 1:27 PM, Christopher Barker wrote: William Kyngesburye wrote: If you need to use GDAL with some other python module that uses numpy, in the same script, or in the same session, this could still be a problem. yup --

Re: [gdal-dev] Re: KyngChaos Frameworks: GDAL's numpy vs Enthought's numpy

2010-04-19 Thread William Kyngesburye
On Apr 19, 2010, at 1:27 PM, Christopher Barker wrote: > William Kyngesburye wrote: > >> If you need to use GDAL with some other python module that uses >> numpy, in the same script, or in the same session, this could still >> be a problem. > > yup -- that simply won't work > >> maybe importin

Re: [gdal-dev] Re: KyngChaos Frameworks: GDAL's numpy vs Enthought's numpy

2010-04-19 Thread Christopher Barker
William Kyngesburye wrote: If you need to use GDAL with some other python module that uses numpy, in the same script, or in the same session, this could still be a problem. yup -- that simply won't work maybe importing the other module before gdal would work. I don't think that will work

Re: [gdal-dev] Re: KyngChaos Frameworks: GDAL's numpy vs Enthought's numpy

2010-04-19 Thread William Kyngesburye
On Apr 19, 2010, at 12:23 PM, K.-Michael Aye wrote: >> GDAL python *should* be able to use a later version of numpy than it >> wasbuilt for, it's only the python side of the interface that it caresabout, >> but I don't know what be happening at compile time that mightlock it in to a >> specific

Re: [gdal-dev] Re: KyngChaos Frameworks: GDAL's numpy vs Enthought's numpy

2010-04-19 Thread Christopher Barker
K.-Michael Aye wrote: After a restart of the Terminal and start of ipython, an import numpy imports numpy 1.3.0 from the GDAL framework as confirmed by numpy.__version__ and numpy.__path__ Did you try _not_ doing that, and using EPD's numpy instead -- maybe William is right, and GDAL doesn'

[gdal-dev] Re: KyngChaos Frameworks: GDAL's numpy vs Enthought's numpy

2010-04-19 Thread K . -Michael Aye
GDAL python *should* be able to use a later version of numpy than it wasbuilt for, it's only the python side of the interface that it caresabout, but I don't know what be happening at compile time that mightlock it in to a specific version of numpy, and python can be picky. If you are includ