Lynn Oliver píše v Út 17. 04. 2012 v 16:20 -0700: > > On WinXP-32 the program builds and runs. I got the following error > messages relating to a matplotlib backend that I'm not using, and a > couple of upx messages. > > ERROR: lib not found: libgdk_pixbuf-2.0-0.dll dependency of C: > \Python27\lib\site-packages\matplotlib\backends\_backend_gdk.pyd > ERROR: lib not found: libgobject-2.0-0.dll dependency of C:\Python27 > \lib\site-packages\matplotlib\backends\_backend_gdk.pyd > ERROR: lib not found: libgdk-win32-2.0-0.dll dependency of C:\Python27 > \lib\site-packages\matplotlib\backends\_gtkagg.pyd > ERROR: lib not found: libgobject-2.0-0.dll dependency of C:\Python27 > \lib\site-packages\matplotlib\backends\_gtkagg.pyd
Do you have any suggestions how these "errors" could be eliminated? My idea is that pyinstaller tries import all backends and include in hidden imports only those available. -- 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.
