Re: [PyQt] Segfault: QGraphicsView, cyclic references, and threads

2011-03-28 Thread Phil Thompson
On Mon, 28 Mar 2011 22:36:02 +0200, Erik Janssens wrote: > I can confirm the issue in pyqt 4.8.3 / qt 4.7.2 > > it segfaults, but with the following assert statement : > > .QObject::killTimers: timers cannot be stopped from another thread > ASSERT failure in QCoreApplication::sendEvent: "Cannot

Re: [PyQt] Segfault: QGraphicsView, cyclic references, and threads

2011-03-28 Thread Erik Janssens
I can confirm the issue in pyqt 4.8.3 / qt 4.7.2 it segfaults, but with the following assert statement : .QObject::killTimers: timers cannot be stopped from another thread ASSERT failure in QCoreApplication::sendEvent: "Cannot send events to objects owned by a different thread. Current thread b6

[PyQt] Commerical PyQt configuration problem.

2011-03-28 Thread James Hinchey
Hello, I seem to be having some problems compiling the commercial version of PyQt on Windows. I suspect there is a configuration option I am unaware of which would solve the problem. As I see it, there are two problems happening here: 1) The link step is pointing to the wrong directory for Q

Re: [PyQt] mainwindow and dialog question

2011-03-28 Thread Jason Rahm
Wow, that was simple. Spent the better part of the weekend digging through forums and tutorials trying to find an example to match. Thanks much for the rapid response. Jason From: pyqt-boun...@riverbankcomputing.com [mailto:pyqt-boun...@riverbankcomputing.com] On Behalf Of Vincent Vande Vyvr

Re: [PyQt] installation problem on mac os x 10.6.6

2011-03-28 Thread Phil Thompson
On Fri, 18 Mar 2011 16:49:22 + (UTC), Danny Shevitz wrote: > Howdy, > > I'm trying to install pyqt on a mac and have run into a problem. > I'm running Python 3.2 64 bit, Mac OS X 10.6.6. > > Python 3.2 (r32:88452, Feb 20 2011, 11:12:31) > [GCC 4.2.1 (Apple Inc. build 5664)] on darwin > > I

Re: [PyQt] mainwindow and dialog question

2011-03-28 Thread Vincent Vande Vyvre
Le 28/03/11 13:48, Jason Rahm a écrit : Python 2.7.1 / PyQt 4.8.3 / Qt 4.7.2   I have a mainwindow and a dialog designed in Qt Designer and converted to python code via pyuic4:   Mainwindow – Ui_editor.py

Re: [PyQt] Segfault: QGraphicsView, cyclic references, and threads

2011-03-28 Thread Phil Thompson
On Sun, 27 Mar 2011 22:29:38 -0400, Luke Campagnola wrote: > Greetings All-Knowing PyQters, > I have a strange bug that's causing segmentation faults in my program. I > have identified some of the key contributors to the bug and a workaround, > but I would love for someone to explain what causes t

[PyQt] mainwindow and dialog question

2011-03-28 Thread Jason Rahm
Python 2.7.1 / PyQt 4.8.3 / Qt 4.7.2 I have a mainwindow and a dialog designed in Qt Designer and converted to python code via pyuic4: Mainwindow - Ui_editor.py (class is Ui_mw_editor) Dialog1 - Ui_connect.py (class is Ui_dia_connect) I have a menubar with actions defined in the Qt Designer (co

Re: [PyQt] Method returning QList

2011-03-28 Thread Lorenzo Masini
Il giorno sab, 26/03/2011 alle 18.53 +, Phil Thompson ha scritto: > Fixed in tonight's SIP and PyQt snapshots. Thanks :D -- Lorenzo Masini Develer srl ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/l

Re: [PyQt] Problem on qt label

2011-03-28 Thread Zoltan Szalai
Hi, That's probably because QImageReader does not support .jpg files. You can check the supported image formats this way: from PyQt4.QtGui import QImageReader QImageReader.supportedImageFormats() see: http://doc.qt.nokia.com/4.7/qimagereader.html#supportedImageFormats bests Zoltan On 2011.