Ronald Oussoren wrote:
On Thursday, January 15, 2009, at 06:20PM, "Christopher Barker" wrote:
Eddie L wrote:
Christopher Barker wrote:
yes, I meant I have no idea where in the Py2app code, py2app actually
generates the __boot__.py file, so I can't see where to add a patch...
The file is
Ronald Oussoren wrote:
>
>
> The file is generated by code in the module py2app.build_app, from
> fragments in py2app.bootstrap.
>
>
Thank you, that solved my problem. I went into the bootstrap folder and
added the line into build_app.py, now it's always included in my apps
-Eddie
--
View