Re: [PyQt] Segfault with QRawFont

2012-10-28 Thread Phil Thompson
On Sun, 28 Oct 2012 15:38:59 +0530, Kovid Goyal ko...@kovidgoyal.net wrote: The backtrace is below. Looks to me like the QRawFont object is being released after Qt has already released the FreeType library, leading to the segfault. The workaround is to ensure that all QRawFont objects are

Re: [PyQt] Specifying Include Directories for PyQt Build

2012-10-28 Thread Phil Thompson
On Sun, 21 Oct 2012 00:57:27 -0400, Scott Kitterman deb...@kitterman.com wrote: On Saturday, October 20, 2012 10:42:07 PM Scott Kitterman wrote: On Saturday, October 20, 2012 08:44:25 PM Scott Kitterman wrote: Starting with python3.3, python will support multiarch [1] in Debian and Ubuntu.