On Thursday, January 15, 2009, at 06:20PM, "Christopher Barker" 
<chris.bar...@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
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to