Re: [PyQt] simple charts with PyQT

2010-11-05 Thread Gaëtan Podevijn
Maybe could you take a look at matplotlib [1] ? [1] http://matplotlib.sourceforge.net 2010/11/5 Nick Gaens > You can take a look at the pygooglechart module. The generated chart is in > fact a .png-image, which can be easily loaded into a QPixMap e.g.. (Adds the > requirement of an internet co

Re: [PyQt] ANN: PyQt v4.8.1 Released

2010-11-05 Thread o.fourn...@perigord.com
Hello, When I replace my Windows PyQt-Py3.1-gpl-4.7.3-2 by PyQt-Py3.1-gpl-4.8.1-1, and I want import PyQt4 modules, I obtain this message: >>> from PyQt4 import QtGui Traceback (most recent call last): File "", line 1, in ImportError: DLL load failed: La procédure spécifiée est introuvable.

Re: [PyQt] simple charts with PyQT

2010-11-05 Thread Nick Gaens
You can take a look at the pygooglechart module. The generated chart is in fact a .png-image, which can be easily loaded into a QPixMap e.g.. (Adds the requirement of an internet connection though.) On Fri, Nov 5, 2010 at 13:08, Vincent Vande Vyvre < vincent.vandevy...@swing.be> wrote: > Le 05/1

Re: [PyQt] simple charts with PyQT

2010-11-05 Thread Vincent Vande Vyvre
Le 05/11/10 12:46, bar tomas a écrit : Hi, I was just wondering if someone could advise me on the simplest way of integrating a few simple charts (pie chart, time series chart, etc) into my PyQT application. Are there any chart widget libraries accessible through PyQT? Can they be used throu

[PyQt] simple charts with PyQT

2010-11-05 Thread bar tomas
Hi, I was just wondering if someone could advise me on the simplest way of integrating a few simple charts (pie chart, time series chart, etc) into my PyQT application. Are there any chart widget libraries accessible through PyQT? Can they be used through QT Designer? Is it easier to just paint the