On Wed, 20 Oct 2010 13:29:05 -0700, Ian Scott <[email protected]> wrote: > 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?
No, it's a bug - fixed in tonight's snapshot. Thanks, Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
