Are some parameters required? Else it don't work :( My parameters were options = '--i "%s" -F -w -n "%s" "%s"' %(ICON, PRODUCTNAME, string.join(scripts, '" "')) ICON are the ICON file, PRODUCTNAME the Name from the exe and scripts all my Scripts
Greeze Micha -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Giovanni Bajo Gesendet: Sonntag, 6. August 2006 22:42 An: PyInstaller Mailing List Betreff: Re: [PyInstaller] Pyinstaller and Manifest files Micha Reiser wrote: > I think that the comment from the py2exe developers explain the > function from manifest files very good. > [...] Thanks Micha, I believe I finally have a better understanding of the manifest. I have just attempted to add support for this to PyInstaller. Can you please get the trunk version of PyInstaller (r284) and tell me if it works? It should be sufficient to rebuild your application and try again. Try without UPX compression first (in case you have it on) because I am not sure UPX does the right thing in this regard. I cannot check it myself because I am on a Windows 2000 box right now. -- Giovanni Bajo _______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller _______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
