On Sun, 28 Oct 2012 23:12:35 +0530, Kovid Goyal
wrote:
> Blanket not calling dtors would be problematic, there's no way to be
> sure what side effects that would have. One solution would be to
> specialize the dealloc function for QRawFont objects to check if the
> application is exiting and abort
On Sun, 4 Nov 2012 17:52:47 +0530, abhilash pp wrote:
> Hi,
> Could you please show me how to write code in Python using
> 'QDeclarativeExtensionPlugin' to get 'qmlRegisterType' functionality to
> register a custom Qwidget ?
> Regards,
> afilash
It's not possible to support qmlRegisterType() with
On Sun, 04 Nov 2012 18:53:18 +, Phil Thompson
wrote:
> On Sun, 4 Nov 2012 09:34:32 -0800, David Cortesi
> wrote:
When I try assignment,
vptr[1] = 0x00
I get the message,
TypeError: 'int' does not have the buffer interface
>>
>>> I can't reproduce this - can you se
On Sun, 11 Nov 2012 01:29:53 -0500, Galen Tackett
wrote:
> PyQt 4.6.0 or better is a prerequisite for the Eric IDE, which I want
> to install on my PowerMac G5 running OS X 10.5.8 with Xcode 3.1.4 I.
>
> I have encountered a compiler error trying to built PyQt 4.9.5 for
> Python 2.7.
>
> Rec