Re: [gdal-dev] Path problem with gdal2tiles on Mac

2009-09-11 Thread William Kyngesburye
On Sep 11, 2009, at 6:27 PM, Christopher Schmidt wrote: On Fri, Sep 11, 2009 at 03:57:11PM -0700, Mano Marks wrote: Using gdal2tiles on the mac, I get an ImportError for gdal: Traceback (most recent call last): File "/Library/Frameworks/GDAL.framework/Programs/gdal2tiles.py", line 42, in ?

Re: [gdal-dev] Path problem with gdal2tiles on Mac

2009-09-11 Thread Mano Marks
Turned out it was a wonky set-up of Python on my Mac. Thanks for your help! Mano Marks Geo Developer Advocate http://twitter.com/ManoMarks On Fri, Sep 11, 2009 at 5:47 PM, Mano Marks wrote: > I'm still getting the same error, unfortunately. > > Mano Marks > Geo Developer Advocate > http://twi

Re: [gdal-dev] Path problem with gdal2tiles on Mac

2009-09-11 Thread Mano Marks
I'm still getting the same error, unfortunately. Mano Marks Geo Developer Advocate http://twitter.com/ManoMarks On Fri, Sep 11, 2009 at 4:27 PM, Christopher Schmidt wrote: > On Fri, Sep 11, 2009 at 03:57:11PM -0700, Mano Marks wrote: >> Using gdal2tiles on the mac, I get an ImportError for gd

Re: [gdal-dev] Path problem with gdal2tiles on Mac

2009-09-11 Thread Christopher Schmidt
On Fri, Sep 11, 2009 at 03:57:11PM -0700, Mano Marks wrote: > Using gdal2tiles on the mac, I get an ImportError for gdal: > > Traceback (most recent call last): > File "/Library/Frameworks/GDAL.framework/Programs/gdal2tiles.py", > line 42, in ? > import gdal > ImportError: No module named gd

[gdal-dev] Path problem with gdal2tiles on Mac

2009-09-11 Thread Mano Marks
Using gdal2tiles on the mac, I get an ImportError for gdal: Traceback (most recent call last): File "/Library/Frameworks/GDAL.framework/Programs/gdal2tiles.py", line 42, in ? import gdal ImportError: No module named gdal Any suggestions? I tried mucking around with paths, no luck so far. I