[Pythonmac-SIG] Py2App and PyQT
Ronald Oussoren
ronaldoussoren at mac.com
Fri Jan 16 15:59:34 CET 2009
On Thursday, January 15, 2009, at 06:20PM, "Christopher Barker" <Chris.Barker at noaa.gov> wrote:
>Eddie L wrote:
>>
>> Christopher Barker wrote:
>>> Some quick poking did not make it clear to me where py2app builds the
>>> __boot.__py
>>> file though.
>>>
>>
>> If you create an app with py2app then right click on it and click show
>> package contents then you can browse the app's contents. __boot__.py is
>> located in Content/resources/__boot__.py.
>
>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 generated by code in the module py2app.build_app, from fragments in py2app.bootstrap.
Ronald
More information about the Pythonmac-SIG
mailing list