On Wed, 2011-01-19 at 14:59 +0100, Martin Zibricky wrote: > How could one know what name of the manifest file will the executable > use?
The bootloader does the equivalent of sys.argv[0]+".manifest". Since it dynamically loads the manifest, it works unless the end user renames the executable (which is never supported by PyInstaller, eg. it breaks the multi-package mode). -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it Last post: Compile-time Function Execution in D -- 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.
