[PyKDE] PyQt 3.11 Drag & Drop problem

Doug Bell dougb at bellz.org
Wed Mar 17 21:35:01 GMT 2004


Phil Thompson wrote:
> On Wednesday 17 March 2004 13:28, Doug Bell wrote:
> > A user of one of my programs is getting an exception under PyQt 3.11
> > (with Qt 3.2.1) that did not occur under earlier versions.
> >
> > It happens when beginning a drag in a QListView.  The
> > contentsDragEnterEvent(self, event) method seems to be sending a plain
> > QEvent instead of a QDragEnterEvent.  As a result, calling
> > event.accept() results in an AttributeError.
> 
> Can you reproduce it yourself?

I've been having PC problems and haven't been able to test it myself.
If someone else would like to volunteer to test this, the program
(TreeLine) can be downloaded from <http://bellz.org/treeline/>.  To test
it, just drag a tree item and look for an exception.

If not, I should be able to test it in a few days.

> What was the last version that it worked for?

I know it works on PyQt and sip 3.8.

> Which SIP version?

He's running sip 4.0 rc2.

Thnaks,
Doug.




More information about the PyQt mailing list