Re: [PyQt] Missing QVectorD Classes

2013-06-05 Thread Phil Thompson
On Tue, 4 Jun 2013 09:57:05 -0700, "Tzucker, Jay" wrote: > I am using PyQt4 under Linux (CentOS) with the following versions: > Qt: 4.6.2 > PytQt:4.6.2 > Python:2.6.6 > > The QVectorD (ex. QVector3D) classes seem to be missing. > I imported and looked thru the classes in QtGui where I expected t

[PyQt] Missing QVectorD Classes

2013-06-04 Thread Tzucker, Jay
I am using PyQt4 under Linux (CentOS) with the following versions: Qt: 4.6.2 PytQt:4.6.2 Python:2.6.6 The QVectorD (ex. QVector3D) classes seem to be missing. I imported and looked thru the classes in QtGui where I expected them, but didn't see them. Any help would be much appreciated! Thanks J