Re: [PyKDE] Multiple PyQt version in one Python installation

2006-11-05 Thread Andreas Pakulat
On 05.11.06 19:20:00, Simon Edwards wrote: > On Sunday 05 November 2006 13:15, Phil Thompson wrote: > > I understand where you are coming from, and the situation you describe is > > perfectly possible - and no different from hundreds of other open source > > packages. > > I don't think that is q

[PyKDE] [PATCH]Fixed 'is' method for KMimeType

2006-11-05 Thread Kushal Das
Hi, In PyKDE-3.16.0/sip/kio/kmimetype.sip the 'is(const QString&)' needs to be modified because 'is' is a reserved keyword in python. The change is the addition of /PyName=is_/ So, it can be used as KMimeType.is_('image/png') Patch attached :) Regards, Kushal -- Fedora Ambassador, India http:

Re: [PyKDE] ANN: PyQt 4.1, PyQt 3.17, QScintilla 1.7, SIP 4.5 Released

2006-11-05 Thread Phil Thompson
On Sunday 05 November 2006 5:48 pm, Giovanni Bajo wrote: > Phil Thompson wrote: > > PyQt v4.1 has been released. The main feature is support for Qt v4.2. > > SIP v4.5 is required. > > > > PyQt v3.17 has been released. The main feature is support for > > QScintilla v1.7. This is expected to be the l

Re: [PyKDE] Multiple PyQt version in one Python installation

2006-11-05 Thread Simon Edwards
On Sunday 05 November 2006 13:15, Phil Thompson wrote: > I understand where you are coming from, and the situation you describe is > perfectly possible - and no different from hundreds of other open source > packages. I don't think that is quite the case. The standard approach that distributions

Re: [PyKDE] Multiple PyQt version in one Python installation

2006-11-05 Thread Giovanni Bajo
Andreas Pakulat wrote: > I think the most problematic part for getting PyQt as egg is > integrating the PyQt buildsystem (and sips probably too) into > the setuptools. I have posted to this list an incomplete setup.py for building and installing SIP. It was built atop of distutils, but it could b

Re: [PyKDE] ANN: PyQt 4.1, PyQt 3.17, QScintilla 1.7, SIP 4.5 Released

2006-11-05 Thread Giovanni Bajo
Phil Thompson wrote: > PyQt v4.1 has been released. The main feature is support for Qt v4.2. > SIP v4.5 is required. > > PyQt v3.17 has been released. The main feature is support for > QScintilla v1.7. This is expected to be the last release of PyQt v3.x. > > QScintilla v1.7 has been released. The

Re: [PyKDE] undefined symbol: _ZNK18QX11EmbedContainer5errorEv

2006-11-05 Thread David Boddie
On Sunday 05 November 2006 15:03:26 +, Phil Thompson wrote: > I meant that there is a bug in Qt prior to v4.2 in that > QX11EmbedContainer::error() and QX11EmbedWidget::error() are declared in > the .h file, described in the documentation, but not implemented in the > .cpp file. OK. I see why

Re: [PyKDE] undefined symbol: _ZNK18QX11EmbedContainer5errorEv

2006-11-05 Thread Andrew Wilkinson
On 11/5/06, David Boddie <[EMAIL PROTECTED]> wrote: http://blogs.qtdeveloper.net/archives/2005/08/10/playing-around-with-xembed/In theory, then, any recent PyQt4 snapshot should work without problems unless the underlying QtGui library is built without these classes. I'm notsure if that's what Phil

Re: [PyKDE] undefined symbol: _ZNK18QX11EmbedContainer5errorEv

2006-11-05 Thread Phil Thompson
On Sunday 05 November 2006 2:35 pm, David Boddie wrote: > On Saturday 04 November 2006 12:35, Andrew Wilkinson wrote: > > I had been trying to find out when the QX11EmbedWidget class was added, > > but I couldn't find it. I had to also edit sip/QtGui/qapplication.sip, > > but once I'd done that it

Re: [PyKDE] undefined symbol: _ZNK18QX11EmbedContainer5errorEv

2006-11-05 Thread David Boddie
On Saturday 04 November 2006 12:35, Andrew Wilkinson wrote: > I had been trying to find out when the QX11EmbedWidget class was added, but > I couldn't find it. I had to also edit sip/QtGui/qapplication.sip, but once > I'd done that it compiles and runs fine. I think I was quite confused about whe

Re: [PyKDE] Multiple PyQt version in one Python installation

2006-11-05 Thread Phil Thompson
On Sunday 05 November 2006 11:28 am, Simon Edwards wrote: > On Sunday 05 November 2006 00:29, Phil Thompson wrote: > > On Saturday 04 November 2006 10:08 pm, Simon Edwards wrote: > > > sip.so. Point is, once a SIP wrapper for a custom C++ class is compiled > > > it then depends on that particular v

[PyKDE] ANN: PyQt 4.1, PyQt 3.17, QScintilla 1.7, SIP 4.5 Released

2006-11-05 Thread Phil Thompson
PyQt v4.1 has been released. The main feature is support for Qt v4.2. SIP v4.5 is required. PyQt v3.17 has been released. The main feature is support for QScintilla v1.7. This is expected to be the last release of PyQt v3.x. QScintilla v1.7 has been released. The main feature is support for Sci

Re: [PyKDE] Multiple PyQt version in one Python installation

2006-11-05 Thread Simon Edwards
On Sunday 05 November 2006 00:29, Phil Thompson wrote: > On Saturday 04 November 2006 10:08 pm, Simon Edwards wrote: > > sip.so. Point is, once a SIP wrapper for a custom C++ class is compiled it > > then depends on that particular version of sip. > No it doesn't. Are you trying to tell me that if