Re: [PyKDE] Eric3 user interface

2006-03-30 Thread Jürgen Urner
Splitter layout will vanish in eric4. eric3 has two operating modes, debug and edit. For both modes you can set which windows should be shown and where they should be placed. Carefully arranged, you can avoid the observed behavior. Maybe a good idea, maybe not. Docking windows are always a bit

Re: [PyKDE] Eric3 user interface

2006-03-30 Thread Detlev Offenbach
Am Mittwoch, 29. März 2006 23:42 schrieb Jürgen Urner: > Detlev Offenbach wrote: > >>x. Its a bit irritating in splitter layout having these docking windows > >>popping > >>one open and one close when I trigger a script. Nice to have the > >>exception at hand, > >>but a pain for the eyes. I

Re: [PyKDE] import error in pyqt

2006-03-30 Thread Ismail Donmez
Perşembe 30 Mart 2006 17:23 tarihinde, [EMAIL PROTECTED] şunları yazmıştı: > Hello > > i have installed that packages under windows > > python-2.4.1.msi > qt-win-opensource-4.1.2-mingw.exe > PyQt4-gpl-snapshot-20060111.exe > > > whene i try to import qt from python it prints the error > 'no module

[PyKDE] import error in pyqt

2006-03-30 Thread linux
Hello i have installed that packages under windows python-2.4.1.msi qt-win-opensource-4.1.2-mingw.exe PyQt4-gpl-snapshot-20060111.exe whene i try to import qt from python it prints the error 'no module named qt' should i change the version of pyqt ?? regards ___

Re: [PyKDE] QStringList &QStringList::operator+=(const QString &) missing from PyQt?

2006-03-30 Thread Nigel Stewart
I noticed that operator+=(const QString &) doesn't work from Python, even though it is documented as part of the Qt 3.3 API It will be in tonight's PyQt snapshots. Thanks Phil! Nigel ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://m

Re: [PyKDE] pyqt qt-win error

2006-03-30 Thread Phil Thompson
On Thursday 30 March 2006 9:56 am, [EMAIL PROTECTED] wrote: > Hi All > > i have installed QT4.1.1-win-mingw opensource in windows > and i want to work with pyqt but the last version that i > have downloaded (PyQt-win-nc-msvc-3.13.exe) dosen't work > it gives an error "a qt dll not found". > so what

[PyKDE] pyqt qt-win error

2006-03-30 Thread linux
Hi All i have installed QT4.1.1-win-mingw opensource in windows and i want to work with pyqt but the last version that i have downloaded (PyQt-win-nc-msvc-3.13.exe) dosen't work it gives an error "a qt dll not found". so what's is the appropriate version of pyqt that supports qt4.1.1 ??