Re: [PyQt] design flaw in python khtml DOM bindings

2008-10-26 Thread lkcl
jim, hi, https://bugs.kde.org/show_bug.cgi?id=172740 the maintainers of the khtmlpart have agreed to add an enum to uniquely identify every single object derived from Node, which should help. are you _sure_ it's to do with twine - twine is going to have to be _seriously_ sophisticated, to under

Re: [PyQt] python bindings around webkit

2008-10-15 Thread lkcl
Aaron Digulla wrote: > > Quoting Luke Kenneth Casson Leighton <[EMAIL PROTECTED]>: > > > I'd like to use the HTML edit mode of webkit (there is a demo editor > which comes with the webkit source). > there is? _great_. i wasn't aware of that. cool. very handy. > My main issue with

Re: [PyQt] python bindings to qwebkit - who's responsible for doing this work (anyone?)

2008-10-15 Thread lkcl
David Boddie wrote: > >> there's something very, very important that gobject can do, and i am >> unsure that it is appropriate to use e.g. QObject to do the same >> thing, or even if Qt4 is capable of doing what gobject can provide >> (which it could very well do, but i don't know how), and it's

Re: [PyQt] design flaw in python khtml DOM bindings

2008-10-15 Thread lkcl
David Boddie wrote: > > I don't think it was a problem in PyKDE3. At least, I don't remember > running > into any issues with casting - not with the DOM classes anyway. My brother > wrote some convenience wrappers around the KHTML DOM, so I think I would > have > heard something if it had been

Re: [PyQt] design flaw in python khtml DOM bindings

2008-10-15 Thread lkcl
Jim Bublitz wrote: > > On Tuesday 14 October 2008 14:21, Luke Kenneth Casson Leighton wrote: > >> the issue is that the wrapper objects aren't unique [don't return the >> same python object for a given DOM c++ object], due to the underlying >> c++ objects being typecast down to "Node*" (or Elem