On Friday, January 19, 2007, at 01:45PM, "Piet van Oostrum" <[EMAIL PROTECTED]> 
wrote:
>
>>DW> And after py2app?
>
>I am not very familiar with py2app, but I think it packs up the necessary
>.pyc modules into the executable. But I am quite sure it will always pack
>the whole .pyc file. It would be unfeasible to extract only a part of a
>.pyc file as there will be all kinds of internal references in the module.
>Some of the dependencies might be so dynamic that a static analyses would
>be unable to detect them.

py2app always includes entire pyc files and looks at import statements to 
detect dependencies.

Ronald
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to