Re: [PyQt] kdebindings 4.4.4 build failure with sip-4.11.1 continues

2010-09-30 Thread Phil Thompson
On Wed, 22 Sep 2010 11:25:21 +0200, Hans-Peter Jansen h...@urpla.net wrote: On Wednesday 22 September 2010, 08:24:05 Simon Edwards wrote: Hello, On 09/21/2010 11:32 PM, Hans-Peter Jansen wrote: in an attempt to build python-kde4 from kdebindings-4.4.4, I stumbled across this failure:

[PyQt] trouble installing pyqt4 from source on fedora 13

2010-09-30 Thread Darren Dale
I just upgraded the OS on a computer at work to fedora 13, and I am attempting to install sip and pyqt4 from source (since the versions provided by the package manager are surprisingly out of date.) When I run python configure.py, I get the following: --- Determining the layout of your Qt

Re: [PyQt] trouble installing pyqt4 from source on fedora 13

2010-09-30 Thread Darren Dale
On Thu, Sep 30, 2010 at 10:33 AM, Phil Thompson p...@riverbankcomputing.com wrote: On Thu, 30 Sep 2010 10:16:27 -0400, Darren Dale dsdal...@gmail.com wrote: I just upgraded the OS on a computer at work to fedora 13, and I am attempting to install sip and pyqt4 from source (since the versions

Re: [PyQt] trouble installing pyqt4 from source on fedora 13

2010-09-30 Thread Baz Walter
On 30/09/10 16:24, Darren Dale wrote: I tried also to find how the fedora devs managed to patch and build pyqt in the fedora environment, but I can't find anything. Aren't they compelled by the terms of the GPL to make such patches available? any patches should be in fedora's src.rpm for pyqt,

Re: [PyQt] trouble installing pyqt4 from source on fedora 13

2010-09-30 Thread Darren Dale
On Thu, Sep 30, 2010 at 12:09 PM, Baz Walter baz...@ftml.net wrote: On 30/09/10 16:24, Darren Dale wrote: I tried also to find how the fedora devs managed to patch and build pyqt in the fedora environment, but I can't find anything. Aren't they compelled by the terms of the GPL to make such

Re: [PyQt] trouble installing pyqt4 from source on fedora 13

2010-09-30 Thread Phil Thompson
On Thu, 30 Sep 2010 13:34:28 -0400, Darren Dale dsdal...@gmail.com wrote: On Thu, Sep 30, 2010 at 12:09 PM, Baz Walter baz...@ftml.net wrote: On 30/09/10 16:24, Darren Dale wrote: I tried also to find how the fedora devs managed to patch and build pyqt in the fedora environment, but I can't

Re: [PyQt] Another pyuic/qstring problem

2010-09-30 Thread Phil Thompson
On Tue, 28 Sep 2010 22:16:21 +0300 (EEST), gok...@pardus.org.tr wrote: Hello, I'm using latest sip/pyqt snapshots and latest Qt 4.7.0. When I try to run this code: -- from PyQt4 import uic from PyQt4.Qt import QApplication import sys app = QApplication(sys.argv)

Re: [PyQt] uic regression in PyQt 4.7.7

2010-09-30 Thread Phil Thompson
On Thu, 30 Sep 2010 18:40:25 +0200, Lorenzo Berni du...@develer.com wrote: Hi all. I'm working on a PyQt-based application. I decided to load ui files dynamically using uic.loadUi function and it just worked since my last PyQt4 upgrade (I was using PyQt4 4.7.3). With 4.7.7 I notice the

Re: [PyQt] kdebindings 4.4.4 build failure with sip-4.11.1 continues

2010-09-30 Thread Simon Edwards
Hello, On 09/30/2010 02:27 PM, Phil Thompson wrote: On Wed, 22 Sep 2010 11:25:21 +0200, Hans-Peter Jansenh...@urpla.net wrote: Yes, that fixed this problem. Thanks a bunch. I guess, sip got pickier about multiply defined type converters lately. Unfurtunately, here's the next stumbling point:

Re: [PyQt] kdebindings 4.4.4 build failure with sip-4.11.1 continues

2010-09-30 Thread Hans-Peter Jansen
On Thursday 30 September 2010, 14:27:47 Phil Thompson wrote: On Wed, 22 Sep 2010 11:25:21 +0200, Hans-Peter Jansen h...@urpla.net /usr/include/kio/tcpslavebase.h:63: error: 'enum KIO::TCPSlaveBase::SslResultDetail' is protected /usr/share/sip/PyQt4/QtCore/qglobal.sip:315: error: within this

Re: [PyQt] syntax for converting C++ class template functio n to sip?

2010-09-30 Thread Phil Thompson
On Thu, 30 Sep 2010 12:06:58 -0700, Qin Shen jeans...@tippett.com wrote: I have template functions inside a non-template class. template typename T List(const T value); template typename T List append(const T value); I copied them over to a sip file without changing

[PyQt] building pyqt on windows

2010-09-30 Thread Erik Janssens
Hi, I'm trying to build PyQt on Windows, because I want a QT 4.7 build with OpenSSL included. And I try to build them all with the same MS compiler, to be able to debug everything afterwards. So far OpenSSL, QT and SIP build fine, but when I try to configure PyQt, it only recognizes the QtCore

Re: [PyQt] building pyqt on windows

2010-09-30 Thread Phil Thompson
On Thu, 30 Sep 2010 23:19:24 +0200, Erik Janssens erik.janss...@conceptive.be wrote: Hi, I'm trying to build PyQt on Windows, because I want a QT 4.7 build with OpenSSL included. And I try to build them all with the same MS compiler, to be able to debug everything afterwards. So far

Re: [PyQt] syntax for converting C++ class template function to sip?

2010-09-30 Thread Qin Shen
Phil Thompson wrote: On Thu, 30 Sep 2010 12:06:58 -0700, Qin Shen jeans...@tippett.com wrote: I have template functions inside a non-template class. template typename T List(const T value); template typename T List append(const T value); I copied them over to a sip file