[PyQt] Segfault when creating adding text to a QPainterPath

2007-07-11 Thread Ricard Marxer
Hi list, Could you help me out here? Am I doing something wrong? Python 2.5.1 (r251:54863, May 2 2007, 16:56:35) [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2 Type help, copyright, credits or license for more information. from PyQt4.QtCore import * from PyQt4.QtGui import * qVersion()

Re: [PyQt] Segfault when creating adding text to a QPainterPath

2007-07-11 Thread Ricard Marxer
On Wednesday 11 July 2007 18:18:17 Ricard Marxer wrote: Hi list, Could you help me out here? Am I doing something wrong? Python 2.5.1 (r251:54863, May 2 2007, 16:56:35) [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2 Type help, copyright, credits or license for more information. from

Re: [PyQt] Segfault when creating adding text to a QPainterPath

2007-07-11 Thread Giovanni Bajo
On 7/11/2007 8:31 PM, Ricard Marxer wrote: Python 2.5.1 (r251:54863, May 2 2007, 16:56:35) [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2 Type help, copyright, credits or license for more information. from PyQt4.QtCore import * from PyQt4.QtGui import * qVersion() '4.2.3' p =