Re: [PyQt] QtDeclarative support with Python 2.5

2010-10-20 Thread Phil Thompson
On Wed, 20 Oct 2010 13:29:05 -0700, Ian Scott 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_STRI

[PyQt] QtDeclarative support with Python 2.5

2010-10-20 Thread Ian Scott
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 QtDeclarat