Re: [Pythonmac-SIG] : bad external relocation length Error

2009-11-02 Thread Christopher Barker
Christopher Barker wrote: Hi folks, I'm trying to bundle up a app based on the GDAL library. It bundles OK, though I get this error: an update: I updated to the latest macholib, and it seems to be working now -- duh! thanks, -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency R

[Pythonmac-SIG] : bad external relocation length Error

2009-11-02 Thread Christopher Barker
Hi folks, I'm trying to bundle up a app based on the GDAL library. It bundles OK, though I get this error: /usr/bin/strip: the __LINKEDIT segment does not cover the end of the file (can't be processed) in: /Users/cbarker/HAZMAT/MappingSVN/dist/Mapbox.app/Contents/Frameworks/GDAL.framework/Ve

[Pythonmac-SIG] Py2app PIL recipe

2009-11-02 Thread Christopher Barker
Hi folks, For a while now, PIL has provided a proper package, so that you can do: from PIL import Image rather than relying on a pth file and: import Image I'm such a fanatic about "proper" use of packages and namespaces that I removed the PIL.pth file from my system. Then I tried to use

Re: [Pythonmac-SIG] matplotlib

2009-11-02 Thread Charles Hartman
Many thanks. Got it all working. How I would have known that dispersion.py was trying to import pylab I can't imagine; it doesn't appear anywhere in the traceback. But now I know and can plot along. I will do the NLTK list too. Charles Traceback (most recent call last): File "", li

Re: [Pythonmac-SIG] matplotlib

2009-11-02 Thread Jörg Kantel
Matplotlib and some other scientific stuff didn't run with Python 2.6.x (you have to uese Python 2.5.x instaed). If yxou can read German you can read my rants about this stupid thing in my weblog: and