Re: [PyKDE] KTrader woes?

2003-11-01 Thread Jim Bublitz
On Friday October 31 2003 09:55, Paul Evans wrote: Sundance sundance_at_ierne.eu.org: Well, more precisely, it works if I copy the KCmdLineArgs.init line from mimetype.py. If I call KApplication([], SomeName) it dies. Apparently KApplication REQUIRES a non-empty list as its first

Re: [PyKDE] sip, was: newest Version

2003-11-01 Thread Roland Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, On Saturday 01 November 2003 00:25, you wrote: On Friday 31 October 2003 9:49 pm, Roland Schulz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, trying to change the sip layer makes great advancement. Overwriting the

Re: [PyKDE] sip, was: newest Version

2003-11-01 Thread Phil Thompson
On Saturday 01 November 2003 8:37 am, Roland Schulz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, On Saturday 01 November 2003 00:25, you wrote: On Friday 31 October 2003 9:49 pm, Roland Schulz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, trying

Re: [PyKDE] sip, was: newest Version

2003-11-01 Thread Phil Thompson
On Saturday 01 November 2003 2:14 pm, Roland Schulz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 01 November 2003 13:19, Phil Thompson wrote: On Saturday 01 November 2003 8:37 am, Roland Schulz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, On

Re: [PyKDE] KTrader woes?

2003-11-01 Thread Paul Evans
On October 31, 2003 23:52 pm, Jim Bublitz wrote: I'd recommend using the second method in my previous post - calling KCmdLineArgs.init. The next release will have a number of simple program templates, and all but one are written that way. It seems to be the way KDE wants to go in the future.

[PyKDE] QListView returns base instead of sub class pointer

2003-11-01 Thread Torsten Marek
Hello Phil, hello all I recently installed sip4 on my machine and so far, it works very fine. I even ported my own project from sip3 to sip4. But with another program of mine, I am experiencing a strange behaviour: In a subclassed QListView, there are several hundred items, all of one

[PyKDE] Hang on exit

2003-11-01 Thread Peter Bienstman
Hi all, I have a weird, albeit vague problem report. If I start my PyQt application, do some stuff (e.g. just bring up a dialog box) and exit, I have no problem. However, if I exit immediately after starting the program, python hangs. It seems to be stuck here: Program received signal SIGINT,