Package: PySide Version: 1.0.4 To compile successfully against Qt 4.5.3 and Python 2.6 following code snippets must be modified:
* File: PySide/QtGui/typesystem_gui_common.xml There are two switch cases that handle QColor::Hsl. Both must be put inside a Qt version check condition. It is already done in 1.0.4 for the first block but not for the second 40 lines below. * File: PySide/QtGui/CMakeLists.txt Comment out the line with "qpixmapcache_key_wrapper" (this was added in Qt 4.6 I guess). * File PySide/QtCore/CMakeLists.txt Comment out the line with "/glue/qeasingcurve_glue.cpp" (line number 3) Greets, Carlo _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

