[PyKDE] Does anybody got the same issue?

2006-07-06 Thread Laurent Dufréchou
Hello, I've just installed eric version 3.9.1 from tar.gz Python 2.4.2 Qt 3.3.4 PyQT 3.15.1 sip 4.3.2 Qscintilla 1.5.1. Eric 3.9.1 Bicycle repair Man CVS-20041120 Thus with the i18n package fr. I've got a very boring bug, and in fact I don't know if it is a real bug. The shell doesn't seems to

Re: [PyKDE] QTranslator.load(str data) doesn't work

2006-07-06 Thread Andreas Pakulat
On 06.07.06 18:44:39, Phil Thompson wrote: > On Wednesday 28 June 2006 12:08 am, Andreas Pakulat wrote: > > I just tried to load the data from a .qm file into a QTranslator using > > it's load(self, str data) method. The function returned fales. Using the > > same file load(const QString filename .

Re: [PyKDE] QTranslator.load(str data) doesn't work

2006-07-06 Thread Phil Thompson
On Wednesday 28 June 2006 12:08 am, Andreas Pakulat wrote: > Hi, > > I just tried to load the data from a .qm file into a QTranslator using > it's load(self, str data) method. The function returned fales. Using the > same file load(const QString filename ...) works perfectly. The bug is down to th

[PyKDE] feature request for eric4

2006-07-06 Thread Andreas Pakulat
Hi Detlev, I'd like to suggest a feature for eric4 that can be helpful when debugging applications: Setting Environment variables for the script that is going to be debugged. I currently have a situation where my application runs fine in a UTF-8 locale, but doesn't work in de_DE for example. And

Re: [PyKDE] PyQt4 and Python2.3

2006-07-06 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Pakulat wrote: > On 06.07.06 10:37:11, Torsten Marek wrote: >> Andreas Pakulat wrote: >>> PyQt4 entered Debian/Sid today and I had to try wether my apps also work >>> under the "system python" now. Unfortunately they don't and I'd just >>> like

Re: [PyKDE] PyQt4 and Python2.3

2006-07-06 Thread Andreas Pakulat
On 06.07.06 10:37:11, Torsten Marek wrote: > Andreas Pakulat wrote: > > PyQt4 entered Debian/Sid today and I had to try wether my apps also work > > under the "system python" now. Unfortunately they don't and I'd just > > like a confirmation that this is "intentional". Debian/Sid still uses > > pyt

Re: [PyKDE] Python-qt on Debian, more error messages

2006-07-06 Thread Andreas Pakulat
On 06.07.06 10:51:53, Gudjon I. Gudjonsson wrote: > > Install the qt-examples package and have a look at them. There are some > > example that show you how to use threads, IIRC the mandelbrot example > > show multithreaded GUI with a worker thread in the background and the > > GUI thread. > I did n

Re: [PyKDE] Python-qt on Debian, more error messages

2006-07-06 Thread Gudjon I. Gudjonsson
Hi again (and for the last time on this subject) Now the problem is fixed and I have to admit that my previous diagnosis was wrong. The problem was that I did use two threads in my programs, one for upgrading the graphs and the other for doing the measurements. Now I use one thread for the m

Re: [PyKDE] PyQt4 and Python2.3

2006-07-06 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Pakulat wrote: > Hi, > > PyQt4 entered Debian/Sid today and I had to try wether my apps also work > under the "system python" now. Unfortunately they don't and I'd just > like a confirmation that this is "intentional". Debian/Sid still uses >

[PyKDE] PyQt4 and Python2.3

2006-07-06 Thread Andreas Pakulat
Hi, PyQt4 entered Debian/Sid today and I had to try wether my apps also work under the "system python" now. Unfortunately they don't and I'd just like a confirmation that this is "intentional". Debian/Sid still uses python2.3 as standard system python and that one doesn't know decorators yet, as i