[postgis-users] GDAL problems (Kyngesbury GDAL)
Dheeraj Chand
dheeraj at dheerajchand.com
Sat Dec 28 16:51:20 PST 2013
Nope, nothing. I am going to try again with 1.9 after dinner and send the results. This is the closest that I could find in Console:
12/28/13 6:33:47.063 PM sudo[48980]: dheerajchand : TTY=ttys000 ; PWD=/Users/dheerajchand/Python_Environments/geo ; USER=root ; COMMAND=/usr/bin/find / -name gdal-config
Best,
-dx
On Dec 28, 2013, at 6:48 PM, William Kyngesburye <woklist at kyngchaos.com> wrote:
> Is there a crash report in Console.app from when you try to load GDAL python? It will probably be as python.
>
> On Dec 28, 2013, at 6:27 PM, Dheeraj Chand wrote:
>
>> William,
>>
>> Thanks for responding. I was using the 1.10 because I updated when you updated. I got the same kind of error when I used 1.9, though. I'd be more than happy to try again and show you, though. Do you think that it's necessary?
>>
>> Best,
>>
>> -dx
>> On Dec 28, 2013, at 11:46 AM, William Kyngesburye <woklist at kyngchaos.com> wrote:
>>
>>> Sorry, I didn't read to the very end, where you did recompile with the --include-dirs option.
>>>
>>> The missing lib/ warning is no problem, just a warning.
>>>
>>> The segfault though, doesn't say enough to figure out what's wrong. Maybe there is something in the Console.app, like a crash report (User Diaognostic Reports section).
>>>
>>> On Dec 28, 2013, at 11:38 AM, William Kyngesburye wrote:
>>>
>>>> The compile flag to set the GDAL include dir is wrong for the framework. It seems to be assuming that the framework is a 'nix lib/include structure, but really the include dir is named "Headers". Odd that it uses supposedly gdal-config, but doesn't get the -cflags from it that have the correct include dir.
>>>>
>>>> I see that Tim's instructions actually call for using --include-dirs=/Library/Frameworks/GDAL.framework/Versions/1.9/Headers/
>>>>
>>>>
>>>> I wonder: Tim, what is it about the "virtual environment" that makes the existing GDAL python in the framework not work? (I don't know anything about python virtual env)
>>>>
>>>>
>>>> On Dec 27, 2013, at 10:33 PM, Dheeraj Chand wrote:
>>>>
>>>>> Hi, all,
>>>>>
>>>>> I was working on a project, that at a high level, can be described as :
>>>>>
>>>>> 1. Connect Python to PostGIS,
>>>>> 2. Grab spatial tables' data,
>>>>> 3. *PROCESS*,
>>>>> 4. Spit out shapefiles.
>>>>>
>>>>> In the process of doing this, I was trying to use the Python GDAL library in a new virtualenv called geo, but I got these errors. I am using William Kyngesbury's GDAL 1.10 for OS X, and I'm running into crazy errors. I am following the instructions from here (http://linfiniti.com/2013/02/installing-python-gdal-into-a-python-virtualenv-in-osx/), and this is what happened in my shell.
>>>>>
>>>>> Can anyone help me out?
>>>>>
>>>>> Best,
>>>>>
>>>>> -dx
>
>>>>> (geo)REINHEIT:GDAL dheerajchand$ python
>>>>> Python 2.7.3 (v2.7.3:70274d53c1dd, Apr 9 2012, 20:52:43)
>>>>> [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
>>>>> Type "help", "copyright", "credits" or "license" for more information.
>>>>>>>> from osgeo import gdal
>>>>>>>> gdal.__version__
>>>>> Segmentation fault: 11
>>>>> (geo)REINHEIT:GDAL dheerajchand$
>
>
> -----
> William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
> http://www.kyngchaos.com/
>
> Earth: "Mostly harmless"
>
> - revised entry in the HitchHiker's Guide to the Galaxy
>
>
More information about the postgis-users
mailing list