On 15.03.07 17:31:02, Jean David wrote: > Hi > > I try unsuccessfully to compile PyQt-x11-gpl-4.1.1 with an error message > below. > libpng exists see listing below > Any idea ?
You're missing libpng12.so, which is normally in the libpng-dev (or -devel) package and is a symlink to the libpng12.so.0.... with the proper soname. Andreas -- You will feel hungry again in another hour. _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
