[Pythonmac-SIG] [py2app] Program Creation fails. AttributeError: 'module' object has no attribute 'ImpWrapper'

2008-06-29 Thread PromeX
I'm trying to use py2app to create a standalone app. It uses WxWidgets. I had an older version that I had used before but uninstalled it. I've tried using both the svn and easy_install on py2app, modulegraph, macholib, and nothing worked. I'm running 10.5.3. I've attached the output. ru

[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

Re: [Pythonmac-SIG] A few more py2appissues/questions

2008-06-29 Thread Zachary Pincus
Hi all, A couple of addenda: (1) It appears that modules included via the py2app 'includes' option do not have their full dependencies added. I included a handful of modules from my main package via the setup.py script: setup_kws['options'] = {'py2app':{'includes':['mypackage.util',

[Pythonmac-SIG] A few more py2appissues/questions

2008-06-29 Thread Zachary Pincus
Hi all, I've been wrestling with py2app for the last day and am getting pretty confused/discouraged. If anyone has any suggestions regarding the following issues I've run across, I would be extremely grateful! I've tested these with both the SVN version of py2app (and dependencies like mo