Re: [PyKDE] The tablet event, it works not!

2004-10-13 Thread Kaleb Pederson
On Wednesday 13 October 2004 4:22 am, Sundance wrote: > > Is your event handler being called at all? > > Nope, it isn't. It really sounds like X and/or the kernel isn't configured correctly. (I'm configuring my kernel right now, so hopefully I'll have one up by later tonight). > > If not, it s

Re: [PyKDE] QMessageBox - Capturing modeless selections

2004-10-13 Thread Bryan O'Sullivan
On Wed, 2004-10-13 at 14:31 -0700, Alfred Young wrote: > Since QDialog doesn't have any signals, and modeless windows immediately > return after show() or being instantiated, I'm at a bit of a loss as to > figuring out how to grab the client's choice. Override accept() and reject(), and get the

[PyKDE] QMessageBox - Capturing modeless selections

2004-10-13 Thread Alfred Young
Hi all, I've done a bit of scouring and playing around, but couldn't find a way to capture either a "Yes" or a "No" from a runaway (ie modeless) QMessageBox. Since QDialog doesn't have any signals, and modeless windows immediately return after show() or being instantiated, I'm at a bit of a lo

Re: [PyKDE] eric3 VariableViewer crashes on non-utf8 strings

2004-10-13 Thread Detlev Offenbach
Hi, thanks for your report. A fix for this will be in the next 3.5 bug fix release and in the next snapshot of the 3.6 development. Detlev Am Mittwoch, 13. Oktober 2004 15:07 schrieb Krystof Zacek: > This is caused by file > > /usr/lib/python2.3/site-packages/eric/Debugger/VariablesViewer.py >

[PyKDE] eric3 VariableViewer crashes on non-utf8 strings

2004-10-13 Thread Krystof Zacek
This is caused by file /usr/lib/python2.3/site-packages/eric/Debugger/VariablesViewer.py in line 262: try: slist = unicode(list[i], 'utf-8') except TypeError: slist = str(list[i]) If the variable string contains a character which is not convertable from utf8 (like e.g. czech nationale ch

Re: [PyKDE] auto-Complete questions

2004-10-13 Thread John Fabiani
On Wednesday 13 October 2004 06:35, you wrote: > By default, 'wx' and 'wxPython' seem to be excluded from > scanned module list. > You should have a look at the 'gen_python_api.py' header and > edit manually the excludedirlist. > Hope it helps. > ++ > Jul. It does help and thank you. But as it tur

Re: [PyKDE] The tablet event, it works not!

2004-10-13 Thread Sundance
I heard Kaleb Pederson said: > Is your event handler being called at all? Nope, it isn't. > If not, it sounds like your kernel and X aren't configured correctly. I doublechecked that they are, don't worry. :) And xinput devices work fine in Gimp. I suspect the problem resides in the event not