[PyQt] QtDeclarative support with Python 2.5

Phil Thompson phil at riverbankcomputing.com
Wed Oct 20 22:30:34 BST 2010


On Wed, 20 Oct 2010 13:29:05 -0700, Ian Scott <iscott at parallelengines.com>
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


More information about the PyQt mailing list