Re: [PyKDE] Python-2.4.2-buffer-interface.patch

2006-10-24 Thread Phil Thompson
> 23 Eki 2006 Pts 17:40 tarihinde, Giovanni Bajo şunları yazmıştı: >> Ismail Donmez wrote: >> > Anyone knows whats $subject is used for? >> >> It's a patch against Python itself, to fix the so-called "buffer >> interface", which is the feature used by QString (PyQt4) to be totally >> duck-type

Re: [PyKDE] Python-2.4.2-buffer-interface.patch

2006-10-24 Thread S.Çağlar Onur
24 Eki 2006 Sal 12:29 tarihinde, Phil Thompson şunları yazmıştı: > > Thanks for the explanation! And wonder Phil will update it for Python > > 2.4.4. > > No - in fact I will remove the existing patch. Is there any specific reason? I'm asking to learn if this patch is still needed or not, because

Re: [PyKDE] Python-2.4.2-buffer-interface.patch

2006-10-24 Thread Giovanni Bajo
S.Çağlar Onur wrote: > TypeError: sequence item 1: expected string, QString found > ERROR: Communication problem with package-manager, it probably crashed. Either upgrade to Python 2.5, or workaround the problem by converting the QString() to unicode() before putting it throught Python's re modul

[PyKDE] Plans on PyQt 4.2

2006-10-24 Thread Xavier Décoret
Hi folks, I cannot find the info on the mailing list, nor on the riverbank site. Are there any plans to release PyQt for Qt 4.2? I am really looking forward to use some of the new features (like ability to create a QFont from a local .ttf file). Corollary: can we help on PyQt 4.2? _

Re: [PyKDE] Plans on PyQt 4.2

2006-10-24 Thread Eron Lloyd
Hi Xavier, Grab the latest snapshots; support for 4.2 was recently provided. Eron On 10/24/06, Xavier Décoret <[EMAIL PROTECTED]> wrote: Hi folks, I cannot find the info on the mailing list, nor on the riverbank site. Are there any plans to release PyQt for Qt 4.2? I am really looking forwar

Re: [PyKDE] Plans on PyQt 4.2

2006-10-24 Thread Ismail Donmez
24 Eki 2006 Sal 16:22 tarihinde, Xavier Décoret şunları yazmıştı: > Hi folks, > > I cannot find the info on the mailing list, nor on the riverbank site. > > Are there any plans to release PyQt for Qt 4.2? I am really looking > forward to use some of the new features (like ability to create a QFont

Re: [PyKDE] Plans on PyQt 4.2

2006-10-24 Thread Andreas Pakulat
On 24.10.06 15:22:42, Xavier Décoret wrote: > I cannot find the info on the mailing list, nor on the riverbank site. > > Are there any plans to release PyQt for Qt 4.2? Sure. You can even have the support right now, check out the snapshots of PyQt4, they contain full support for Qt4.2 features (e

[PyKDE] Commercial PyQt4 and Qt4.2 on Mac OSX

2006-10-24 Thread Emanuele Santos
Hi Phil,When are you planning to test PyQt4 and Qt4.2 on a mac?I can't even get PyQt4 configured:$ python configure.py -q /usr/bin/qmakeDetermining the layout of your Qt installation...Error: /usr/bin/qmake failed to create a makefile. Make sure you have a workingQt v4 qmake on your PATH or use the

[PyKDE] layout issues

2006-10-24 Thread Matt Chambers
Hi all, trying to use a QSplitter to separate 2 different widgets, they both end up as little tiny things in the upper left hand corder of the window. Resizing the window doesn't affect them. I'm sure this has something to do with the layout but I've read the docs and tried 1000 different com

Re: [PyKDE] layout issues

2006-10-24 Thread Hans-Peter Jansen
Am Dienstag, 24. Oktober 2006 23:52 schrieb Matt Chambers: > Hi all, trying to use a QSplitter to separate 2 different widgets, they > both end up > as little tiny things in the upper left hand corder of the window. > Resizing the window doesn't affect them. > > I'm sure this has something to do w

Re: [PyKDE] layout issues

2006-10-24 Thread David Boddie
On Tuesday 24 October 2006 14:52:45 -0700, Matt Chambers wrote: > Hi all, trying to use a QSplitter to separate 2 different widgets, they > both end up as little tiny things in the upper left hand corder of the > window. >  Resizing the window doesn't affect them. Sounds like the splitter has bee