Re: [Pythonmac-SIG] py2app with matplotlib

2009-02-03 Thread Brian Zambrano
On Mon, Feb 2, 2009 at 11:00 PM, Brian Zambrano wrote: > When I do: > > bri...@omaha$ ls -F > dist/plot_in_wx_test.app/Contents/Resources/lib/python2.5/ > config@matplotlib/site-packages.zip > lib-dynload/ numpy/ site.py@ > > Yet, when I try to run > ./dist/w

[Pythonmac-SIG] py2app with matplotlib

2009-02-03 Thread Brian Zambrano
I've searched around and found some mentions of problems when building apps with matplotlib, but didn't see any definitive solutions. I'm trying to build a simple using matplotlib, numpy and wx. My setup.py looks like this: from setuptools import setup APP = ['plot_in_wx_test.py'] DATA_FILES =