On Thu, 2008-07-17 at 00:05 +0200, Hartmut Goebel wrote: > Hi all, > > FYI: I just uploaded a patch for importing from eggs and zipfiles to > trac (<http://pyinstaller.python-hosting.com/ticket/35>).
Hi Hartmut, many many thanks for the patch, it mostly looks OK. I will apply it ASAP. The only question that I have is how you suggest that we handle .egg directories. If I understand correctly, .egg files will fully work correctly with your patch as they retain all the meta-datas, while .egg directories might have troubles as they are basically treated as normal directories by PyInstaller, so the meta-datas are lost. Do you foresee any solution for this problem? I don't even know exactly how .egg metadatas are used or what they are for. Thanks again! -- Giovanni Bajo Develer S.r.l. http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
