Eddie L wrote:
I had the exact same problem and fixed it adding that line to the __boot__.py
file in the app's package contents, but I was wondering if there was a way
to tell py2app to do this automatically in the setup script because
otherwise I'd have to do it manually every time I build my pr
I've been trying to figure out where the _real_ current Py2app is.
Here's one source of confusion:
The __init__.py in the py2app directory as distributed by Apple with
Leopard contains:
__version__ = "0.4.1"
The __init__.py file, from the trunk of the repository at: