Re: [PyKDE] eric3 unable to save new files

2005-02-24 Thread jarrod roberson
On Wed, 23 Feb 2005 10:09:06 +0100, Detlev Offenbach <[EMAIL PROTECTED]> wrote: > Am Dienstag, 22. Februar 2005 21:18 schrieb Robin: > > Hi, > > after installing some upgrades of eric3, PyQt and some of the others, I > > can't seem to save new files. I can save changes to existing files, but a > >

[PyKDE] Can't compile PyKDE

2005-02-24 Thread Joe Duncan
When running "python configure.py && make" I get this: PyKDE version 3.11.3 --- Python include directory is /usr/include/python2.3 Python version is 2.3.4 sip version is 4.1.1 (4.1.1) Qt directory is /usr/qt/3 Qt version is 3.3.3 PyQt directory is /usr/share/sip PyQt versi

Re: [PyKDE] problem with exceptions within events

2005-02-24 Thread Phil Thompson
> Giovanni Bajo <[EMAIL PROTECTED]> wrote: > I have attached a more practical example, that shows the problem in more detail. >> >> Thanks. I would call this a very serious bug. >> >> BTW, let me notice that this does *not only* happen with an explicit >> postEvent() call. Even thoug

Re: [PyKDE] problem with exceptions within events

2005-02-24 Thread Giovanni Bajo
Giovanni Bajo <[EMAIL PROTECTED]> wrote: >>> I have attached a more practical example, that shows the problem in more >>> detail. > > Thanks. I would call this a very serious bug. > > BTW, let me notice that this does *not only* happen with an explicit > postEvent() call. Even though I am unable t

Re: [PyKDE] problem with exceptions within events

2005-02-24 Thread Giovanni Bajo
Ulrich Berning <[EMAIL PROTECTED]> wrote: >> I have attached a more practical example, that shows the problem in more >> detail. Thanks. I would call this a very serious bug. BTW, let me notice that this does *not only* happen with an explicit postEvent() call. Even though I am unable to reprodu

Re: [PyKDE] problem with exceptions within events

2005-02-24 Thread Ulrich Berning
Toby Dickenson schrieb: On Thursday 24 February 2005 00:44, Giovanni Bajo wrote: I reckon you have slightly misunderstood my problem. I had misunderstood it too. The problem is: when the exception is raised from within the overriden method of an event handler (as opposed to an exceptio

Re: [PyKDE] QFileDialog blocks QThread?

2005-02-24 Thread Phil Thompson
> Running the following PyQt script, whenever I click the Open button, > the QThread will be stopped until I close the file dialog. The > equivalent code in C++ has no such problem. This is a missing /ReleaseGIL/ in all of the static QFileDialog methods. It will be fixed in the next snapshot. Phi

Re: [PyKDE] problem with exceptions within events

2005-02-24 Thread Giovanni Bajo
Toby Dickenson <[EMAIL PROTECTED]> wrote: > Ive attached a test script based on your original report. I cant reproduce the > problem here with sip 4.0.1, PyQt 3.1.2, qt 3.3.3 Thanks for doing this. The problem can be reproduced if you convert your app.processEvents() call to app.exec_loop(). In

[PyKDE] eric3-doc

2005-02-24 Thread Jul
Thank you for your patch Detlev, it works fine. Now, I'm just starting with the eric-doc tool and I have two remarks: - My source code is utf8 encoded, and the generated html doesn't seem to take care of it. I need to convert the HTML from 'utf8' to 'latin1' with 'iconv' in order to display corre

Re: [PyKDE] pyuic

2005-02-24 Thread Hans-Peter Jansen
> On Thursday 24 February 2005 11:20, Darren Robert Haagman wrote: > > I've been messing around with Python/QT/KDevelop which of course, > > converts a .ui to a .py file. Let me add, that you may consider trying the eric3 IDE, which has loads of pretty cool features for us PyQt hackers, like subc

Re: [PyKDE] pyuic

2005-02-24 Thread Hans-Peter Jansen
On Thursday 24 February 2005 11:20, Darren Robert Haagman wrote: > I've been messing around with Python/QT/KDevelop which of course, > converts a .ui to a .py file. > Is there any work being done to _not_ erase the code in the .py > file when redesigning the form? > > I find it rather frustrating w

[PyKDE] Re: pyuic

2005-02-24 Thread Jorge Luiz Godoy Filho
Darren Robert Haagman wrote: > I've been messing around with Python/QT/KDevelop which of course, > converts a .ui to a .py file. > Is there any work being done to _not_ erase the code in the .py file > when redesigning the form? > > I find it rather frustrating when I make a small change in the .

Re: [PyKDE] pyuic

2005-02-24 Thread Phil Thompson
> I've been messing around with Python/QT/KDevelop which of course, > converts a .ui to a .py file. > Is there any work being done to _not_ erase the code in the .py file > when redesigning the form? > > I find it rather frustrating when I make a small change in the .ui and > then have to rewrite a

[PyKDE] pyuic

2005-02-24 Thread Darren Robert Haagman
I've been messing around with Python/QT/KDevelop which of course, converts a .ui to a .py file. Is there any work being done to _not_ erase the code in the .py file when redesigning the form? I find it rather frustrating when I make a small change in the .ui and then have to rewrite all of my p

Re: [PyKDE] problem with exceptions within events

2005-02-24 Thread Toby Dickenson
On Thursday 24 February 2005 00:44, Giovanni Bajo wrote: > I reckon you have slightly misunderstood my problem. I had misunderstood it too. > The problem is: when the exception is raised from within the overriden > method of an event handler (as opposed to an exception raised from within > the