Re: [PyKDE] PyKDE - looking for comments

2006-01-23 Thread Danny Pansters
On Monday 23 January 2006 07:39, Jim Bublitz wrote: > It really doesn't matter a lot to me either way - anybody have an opinion > one way or the other? No strong opinion other than the niftyness factor of "building" the docs. After all it is source code being built so the build stage IMHO is mos

Re: [PyKDE] Minor changes to eric to support old project files...

2006-01-23 Thread Detlev Offenbach
Am Montag, 23. Januar 2006 17:39 schrieb Mike C. Fletcher: > Hi all, just updated to Eric 3.8.1 (running on Gentoo). Basically none > of my projects would load (they were originally generated from an old > script, but have since been saved by Eric). There were 3 lines that > needed changes to get

Re: [PyKDE] Segault > Bug in pyQT? (Or stupid me?) > solved

2006-01-23 Thread Phil Thompson
On Friday 20 January 2006 8:56 am, Michael Zimmermann wrote: > Phil Thompson wrote: > > No, sorry, there aren't enough clues in the backtrace to suggest a > > particular problem. You need to simplify your code to narrow it down. > > Hi Phil, > > it took me a while to reduce the problem down to some

[PyKDE] Minor changes to eric to support old project files...

2006-01-23 Thread Mike C. Fletcher
Hi all, just updated to Eric 3.8.1 (running on Gentoo). Basically none of my projects would load (they were originally generated from an old script, but have since been saved by Eric). There were 3 lines that needed changes to get them to load: Project/Project.py line 221 assumes the presenc

Re: [PyKDE] Converions between QString and str in PyQt4

2006-01-23 Thread Phil Thompson
On Friday 20 January 2006 6:31 pm, Andreas Pakulat wrote: > Hi, > > I have an issue with conversion between QString and str. The problem I > have is as follows: > > create a QtCore.QVariant("true") and calling it's toBool() function > returns false, regardless of what the string actually contains >

[PyKDE] Changing URLs

2006-01-23 Thread Phil Thompson
I'm in the process of changing ISP and, as a result, the locations of packages, documentation and snapshots have changed. If you have these bookmarked then you will need to update them. If you just navigate through the site then you shouldn't notice any difference. Phil ___

Re: [PyKDE] Using UI files in your app with PyQt4

2006-01-23 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Giovanni Bajo schrieb: > Torsten Marek <[EMAIL PROTECTED]> wrote: > > >>>def compileToType(filename): >>>code_string = cStringIO.StringIO() >>>widget_info = Compiler.compileUi(file(filename, "r"), >>>code_string) # the buffer code_string