Colin J. Williams píše v St 24. 04. 2013 v 14:29 -0700: > 5195094 INFO: Testing for ability to set icons, version resources... > 5195156 INFO: ... resource update available
When looking at the code, it just verifies that the following functions from pywin32 are working: win32api.BeginUpdateResource() win32api.EndUpdateResource() It does not try to set directly an icon or version resources. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
