I'm trying to build the latest snapshot of PyQt. Our environment includes Python 2.5, and it looks like QtDeclarative uses Py_TPFLAGS_STRING_SUBCLASS, which is only in 2.6+:

qpydeclarativelistproperty.cpp:67: error: 'Py_TPFLAGS_STRING_SUBCLASS' was not declared in this scope

Will QtDeclarative support require Python 2.6 or above?

Ian
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to