Elvis Stansvik
Elvis Stansvik
Was this fix ever pushed? I'm getting "twisted.application.reactors.NoSuchReactor: 'pyqt4'" after having `python setup.py install`ed it.
It seems to me that because of this, it's currently impossible to use the package from PyPi? Is anyone doing that?
Thanks a lot for the quick reply @kmike , it seems to work now. I was doing the installing the wrong way, using: ``` app = QApplication(sys.argv) # your code...
Hi @stephenc, @pseudomuto adopted this project from me a long time ago, and I'm not active in the project anymore. It's even in a different programming language nowadays :) He...
@woutervanranst I'm not involved in this project since a long time. @pseudomuto is the current maintainer.
@mbroadst Hi again, why was this closed? I still can't find any API docs.
I realize the above was a little vague, so to be more brief/specific, my questions are: - How can I align the "origin" of multiple `QwtPlot` widgets to the origin...
Ah. Hm, I'm not sure, I'll give it a try, but I'm doubtful. The call to `QwtPlot.resizeEvent(..)` would be the same as what I'm getting now (it wouldn't resize smaller...
I made the following test: ``` python from os import environ from sys import argv, exit from numpy import linspace, sin, pi from PyQt5.QtWidgets import QApplication, QMainWindow environ['QT_API'] = 'pyqt5'...
Great news. Thanks Michael.