[wxPython] Problem with URL drop example in demo

It doesn't work for me (from Galeon, Mozilla or Konqueror) on KDE 2.2.
Dragging the wxPython URL from the and dropping it in the drop target
works. Any clues?

Gerhard

···

--
mail: gerhard <at> bigfoot <dot> de registered Linux user #64239
web: http://www.cs.fhm.edu/~ifw00065/ OpenPGP public key id AD24C930
public key fingerprint: 3FCC 8700 3012 0A9E B0C9 3667 814B 9CAA AD24 C930
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))

Quoting Gerhard Häring <haering_linux@gmx.de>:

It doesn't work for me (from Galeon, Mozilla or Konqueror) on KDE 2.2.
Dragging the wxPython URL from the and dropping it in the drop target
works. Any clues?

AFAIK, the URL DnD datatype used only works with Netscape 4.x on Linux. I
don't know if anybody has looked into what is needed to get it to work with
Mozilla or Konqueror yet. I tried once but ran out of time before I figured
anything out.

--Robin