Re: Help: problem with PySide and libpng

2011-06-16 Thread Ryan Schmidt
On Jun 16, 2011, at 14:41, Thomas Haymore wrote: > > dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 > /site-packages/PySide/QtGui.so, 2): Library not loaded: > /opt/local/lib/libpng12.0.dylib > Referenced from: /opt/local/lib/libQtGui.4.dylib > Reason: Inc

Help: problem with PySide and libpng

2011-06-16 Thread Thomas Haymore
I've installed pyside using macports, and have been trying to import the various components of the module with limited success. from PySide.QtCore import * Works just fine. But: from PySide.QtGui import * Produces the following error: {{{ Traceback (most recent call last): File "", line