Ok, I've added my patch to the existing ticket here http://pyinstaller.python-hosting.com/ticket/39 because it also incorporates jkp's original patch. It would be great if some users could test it :)
On 19 Mrz., 22:29, Florian Höch <[email protected]> wrote: > Thanks for the kind offer, but let's see if I can get my patch out for > some users to test on the weekend :) > What I currently have seems to be working nice (tested with Python 2.5 > and 2.6) on my WinXP sys (and also the Windows 7 Beta, still need to > check Vista). > > On 17 Mrz., 13:57, Giovanni Bajo <[email protected]> wrote: > > > On 3/17/2009 12:50 PM, Florian Höch wrote: > > > > Just a quick update, I've started working on some patches which should > > > fix assembly dependencies on windows in general. I think I may be > > > ready in a few days. My current outline of changes: > > > > - add manifest embedding/extraction support to pyinstaller > > > (manifest.py - provides UpdateManifest and GetManifest methods). > > > Status: 50% done. > > > - add general resource embedding/extraction support to pyinstaller > > > (resource.py - provides AddResource and GetResource methods, used by > > > manifest.py). Status: 50% done. > > > - add manifest query code to bindepend.py, to look inside binary > > > dependencies, extract the manifest if any, get the dependant > > > assemblies if any by looking at the manifest and searching for the > > > assembly in WinSxS folder, then adding the assembly files as BINARY. > > > Status: just started working on it. > > > Well, this seems GREAT progress. > > > Let me know if you want commit access to PyInstaller's SVN so that you > > can develop it directly there. > > -- > > 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 -~----------~----~----~----~------~----~------~--~---
