Giovanni Bajo píše v St 12. 01. 2011 v 00:25 +0100: > I've just committed an updated bootloader in SVN trunk (thanks to > Martin > for disabling manifest generation), for Windows 32-bit. > > Stefan, can you please try again with SVN trunk? (assuming you are not > using 64-bit Python on 64-bit Windows)
What I did was that when compiling bootloader the manifest file is not embedded to executable by manifest tool 'mt.exe'. However there is still passed link flag '/MANIFEST' to the compiler. So if it still won't work we could try something with this flag (disable, etc.). This is explanation of this flag: http://msdn.microsoft.com/en-us/library/f2c0w594(v=vs.80).aspx Martin -- 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.
