On Tue, May 14, 2013 at 8:57 PM, Hartmut Goebel <[email protected]>wrote:
> Am 14.05.2013 13:47, schrieb Laurence Anthony: > > I suspected that 1.5.1 and 2.0 are quite different and that I'd find all > kinds of differences. > > > Well, the *results* should be quite each other, since in the *result* both > bundels sould work. > > When comparing, mind to bundle in --onedir mode. This makes comparing > easier. > Hi again, I compared the output from PyInstaller 1.5.1 and PyInstaller 2.0. This is what I found: The bundle in 2.0 has some additional files than 1.5.1 and also some missing ones. Also, many filenames are the same but the sizes are very different. The most obvious missing ones are: pywintypes27.dll win32api.pyd There are various extra files in the 2.0 version. When I replaced the following file from the 2.0 version with the one from the 1.5.1 version, the 2.0 version suddenly worked!! qt4_plugins->imageformats->qmng4.dll So, qmng4.dll is the problem. Does that make any sense? In the 1.5.1 version it's 215 KB. In 2.0, it's 77 KB. But, as I wrote above, many of the files are of different size. Clearly, the 1.5.1 version of qmng4.dll is good. Any suggestions why this is problematic in 2.0? Laurence. -- 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.
