我使用print QtGui.QImageReader.supportedImageFormats()
但在输出中,没有 jpeg。
我搜索了问题,发现我需要*.dylib
in plugins/imageformats
。
所以我把它移到了py2.7/site-packages/PyQt4
,但我仍然无法加载 jpeg。
我使用 python 脚本,而不是 py2exe,只是python test_pyqt.py
.
我现在该怎么办?
Mac os x Mountain Lion 10.8.2、Python 2.7、PyQt4