On mer, 2009-07-29 at 05:11 -0700, Antonio Valentino wrote: > I just discovered that enthought dev team recently committed a change > to improve py3exe/py2app compatibility: > > https://svn.enthought.com/enthought/changeset/24349 > > I suppose this also helps pyinstaller. > > Unfortunately the last stable release don't include that change. > Do you know some manner to embed the fix into a pyinstaller hook?
That wouldn't change anything with PyInstaller. In fact, modifying a package to support py2exe is a pity in itself and part of the reason why PyInstaller exists. The commit message is rather terse: "This is necessary due to the use of namespace packages.". If you could contact the author and ask him to provide an elaborated description of what the problem is, we can look at how fix it for PyInstaller. -- 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 -~----------~----~----~----~------~----~------~--~---
