Lynn Oliver píše v Út 17. 04. 2012 v 16:20 -0700:
> On Win7-64 the program builds and runs.  I did get one error message
> and a bunch of CantPackExceptions.
> 
> ERROR: lib not found: gdiplus.dll dependency of C:\Python27\lib
> \site-packages\wx\wxmsw28uh_core_vc.dll

This issue seems really tricky:
- gdiplus.dll is not present on 64bit win7 in C:\Windows\SysWOW64.
- there are several files GdiPlus.dll in C:\Windows\winsxs
- The issue is with wxpython binary because it does not specify assembly
manifest with dependency on GdiPlus.
- without the manifest in wx binaries pyinstaller can't find GdiPlus as
a dependency.

I'm not sure how this should be fixed. Probably pyinstaller would have
to look for dlls in assembly dirs (c:\windows\winsxs) without manifest
files.

-- 
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.

Reply via email to