[PyQt] Problems with PyQt Chart 1.0
Phil Thompson
phil at riverbankcomputing.com
Wed Jul 11 21:00:48 BST 2012
On Wed, 11 Jul 2012 14:50:19 -0500, Justin Sawatzky
<justinsawatzky at thinkboxsoftware.com> wrote:
> Hello,
>
> I have built and installed PyQtChart v1.0 and have installed it into the
> PyQt4 folder using 'nmake install'. All the files seem to be in the
> right place but when i try to run one of the example scripts I get this
> error:
>
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> ImportError: DLL load failed: The specified procedure could not be
found.
>
> Any help would be much appreciated.
What version of Python?
What version of Qt?
I assume...
you are using Qt Charts v1 (ie. not the beta)
you can "import PyQt4.QtCore" from the Python prompt
you get the same error with "import PyQt4.QtChart" from the Python prompt.
Phil
More information about the PyQt
mailing list