I have an existing PyQt5 / Python3.4 application that works fine and now wants to add a real-time graphical representation of the data to it. Since the matplotlib installation is specifically looking for Python 3.2, and NumPhy / ipython has its own requirements for the Python version, I thought I would use the python distribution to avoid confusion.
But of all the distributions (pythonxy, winpython, canopy epd), Anaconda is the only one supporting Python 3.4, however it only has PyQt 4.10.4. Is there a way to install Anaconda and use matplotlib from my existing PyQt5 gui application?
Would it be better to use another graphics package (pyqtgraph, pyqwt, guiqwt, chaco, etc.) that can work out of the box with PyQt5 / Python3.4?
ben
source share