[C++-sig] porting Qt 3.3.x to python

Seker, Noam noam.seker at intel.com
Tue Nov 22 08:23:45 CET 2005


Thanks.
PyQt package is built with SIP. I tried to use PyQt objects from a code wrapped with boost/python but, at least in my naïve example, same object (name) in boost and in PyQt have different 'signature'. 
Is there a way to bridge between the 2 python wrappers?
Can I tell boost to use qt objects from PyQt instead of generating it's own version of them?

-----Original Message-----
From: c++-sig-bounces at python.org [mailto:c++-sig-bounces at python.org] On Behalf Of Fran?ois Duranleau
Sent: Monday, November 21, 2005 7:05 PM
To: Development of Python/C++ integration
Subject: Re: [C++-sig] porting Qt 3.3.x to python

On Sat, 19 Nov 2005, Seker, Noam wrote:

> Hi,
> Is there an available boost/python package for Qt 3.3.x?
> thanks

Here you go:  http://www.riverbankcomputing.co.uk/pyqt/

-- 
François Duranleau
LIGUM, Université de Montréal

"[...] consider McDonalds -- it is fast, cheap, and used by millions.
  However, it also contributes to obesity, heart disease, and (arguably)
  deforestation."
                  - Prof. Gene Spafford, in email about Windows supplanting
                    other operating systems in Universities



More information about the Cplusplus-sig mailing list