Re: [Plplot-devel] plplot_pyqt4 status

2009-07-02 Thread Hazen Babcock
Alban Rochel wrote: > Hello all, > > Actually, this is one of the few days I am in contact, so: > - I must have misunderstood something about dynamic casts because I > believed that QtPLDriver* widget=(QtPLDriver*)(pls->dev) would have > created a "pure" QtPLDriver* object, and thus the member fun

Re: [Plplot-devel] [Plplot-cvs] SF.net SVN: plplot:[10113] trunk/examples/python/pyqt4_example.py

2009-07-02 Thread Hazen Babcock
air...@users.sourceforge.net wrote: > > import sys > from PyQt4 import QtCore, QtGui > +from plplot_python_start import * > import plplot > import plplot_pyqt4 I took that out since I could not run the example with it in the build tree. What is it supposed to do? Sorry about the pyqt4_test

Re: [Plplot-devel] plplot_pyqt4 status

2009-07-02 Thread Alan W. Irwin
On 2009-07-02 13:14-0400 Hazen Babcock wrote: > Alban Rochel wrote: >> Hello all, >> >> Actually, this is one of the few days I am in contact, so: >> - I must have misunderstood something about dynamic casts because I >> believed that QtPLDriver* widget=(QtPLDriver*)(pls->dev) would have >> create

Re: [Plplot-devel] [Plplot-cvs] SF.net SVN: plplot:[10113] trunk/examples/python/pyqt4_example.py

2009-07-02 Thread Alan W. Irwin
On 2009-07-02 17:26-0400 Hazen Babcock wrote: > air...@users.sourceforge.net wrote: >> >> import sys >> from PyQt4 import QtCore, QtGui >> +from plplot_python_start import * >> import plplot >> import plplot_pyqt4 > > I took that out since I could not run the example with it in the build > tre