Re: [Pythonmac-SIG] Py2app - problem building with a localized package

2008-07-02 Thread Ed Leafe
On Jun 30, 2008, at 1:28 PM, Christopher Barker wrote: The solution is to force include these. It looks like a dabo recipe is in order. Take a look at the matplotlib recipe -- it needs to include a bunch of data files also. /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/sit

Re: [Pythonmac-SIG] Py2app - problem building with a localized package

2008-06-30 Thread Christopher Barker
Ed Leafe wrote: I'm trying to use py2app to build an application, and am running into the following problem. The app uses the Dabo framework, located in my site-packages directory. The 'dabo' folder contains several directories that are sub-modules of the framework, as well as a directory

[Pythonmac-SIG] Py2app - problem building with a localized package

2008-06-29 Thread Ed Leafe
I'm trying to use py2app to build an application, and am running into the following problem. The app uses the Dabo framework, located in my site-packages directory. The 'dabo' folder contains several directories that are sub-modules of the framework, as well as a directory named 'locale' c