[Ipython-tickets] [IPython] #179: -q4thread is not compatible with qt-4.3
IPython
ipython-tickets@scipy....
Thu Aug 23 12:38:50 CDT 2007
#179: -q4thread is not compatible with qt-4.3
------------------------+---------------------------------------------------
Reporter: DarrenDale | Owner: fperez
Type: defect | Status: new
Priority: normal | Milestone:
Component: ipython | Version:
Severity: major | Keywords:
------------------------+---------------------------------------------------
I recently updated to Qt-4.3 and PyQt-4.3. When I run "ipython -q4thread",
I
get a stream of error messages:
QSocketNotifier: Can only be used with threads started with QThread
QApplication::exec: Must be called from the main thread
QSocketNotifier: Can only be used with threads started with QThread
QApplication::exec: Must be called from the main thread
QSocketNotifier: Can only be used with threads started with QThread
QApplication::exec: Must be called from the main thread
...
I made a little bit of progress with the attached patch, which silenced
the "QSocketNotifier" messages. I can still make plots, interact with
them,
and close them. The patch can *not* be applied though, because a PyQt4
import
appears outside of the class definitions.
--
Ticket URL: <http://projects.scipy.org/ipython/ipython/ticket/179>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list