[PyKDE] eric3Debug browserlocal variables

2005-04-25 Thread Cedric BRINER
distrib: sarge eric: 3.6.2 hi, In the case we have a class derived from dictionnary like : class DICT(dict): def __init__(self): self.name='a Name' print self.name #---breakpoint (I) super(DICT,self).__init__() dico=DICT() is that normal, that at

Re: [PyKDE] Toolkit and stuff for KDE application developers

2005-04-25 Thread Eric van Riet Paap
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Simon/list, I have compiled the GPL version of Qt,Sip,Qscintilla and PyQt in the MinGW environment/compiler. designer et.al. are working as is an import qt in python 2.4.1. I will focus on creating a nice installable next. E Simon Edwards

Re: [PyKDE] Toolkit and stuff for KDE application developers

2005-04-25 Thread Eric van Riet Paap
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric3 is working on Windows with the GPL Qt aswell. Now I really need to create the installable! All directories together are about 1Gb at the moment, I assume most of that can safely be removed. Eric van Riet Paap Utrecht, The Netherlands -BEGIN

Re: [PyKDE] Toolkit and stuff for KDE application developers

2005-04-25 Thread Eric van Riet Paap
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I got the GPL qt,sip,pyqt and eric3 down to a zipfile of about 25Mb. At the moment the files should be put in a fixed directory, this is something I need to change. The reason is that I don't want to run any additional installers. Just

Re: [PyKDE] eric3Debug browserlocal variables

2005-04-25 Thread Detlev Offenbach
Am Montag, 25. April 2005 10:26 schrieb Cedric BRINER: distrib: sarge eric: 3.6.2 hi, In the case we have a class derived from dictionnary like : class DICT(dict): def __init__(self): self.name='a Name' print self.name #---breakpoint (I)

Re: [PyKDE] Toolkit and stuff for KDE application developers

2005-04-25 Thread Detlev Offenbach
Am Sonntag, 24. April 2005 19:47 schrieb Simon Edwards: Hi, On Sunday 24 April 2005 11:07, Detlev Offenbach wrote: this is a good idea and having browsed through the docs I think that is a very useful package. However, where can I get it I'm still kind of putting it together. Most of

[PyKDE] exported symbols - all or none?

2005-04-25 Thread Anthony Heading
Hi, I'm just porting our code from SIP v3 to v4.2.1. So far, very pleasant to see how much cleaner the new version is. One difficultly that I've just hit, however, is where our code was linking with the qt sip dlls (for example to access the sipForceConvertTo_QSomething functions). I note

Re: [PyKDE] weird PyQt bug: memory corruption?

2005-04-25 Thread Giovanni Bajo
Phil Thompson [EMAIL PROTECTED] wrote: I see the same behaviour using the same versions. However with current snapshots the behaviour is as expected. Those versions are just a few modifies apart from the current snapshots, right? I don't want to be dense here, but if you are not sure that you