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
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
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',
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