This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Power Profiler Kit ppk.py is not starting: pyqtgraph problem

I cannot start Power Profiler Kit software. I followed the installing instructions, but ended up with the following:

>python.exe ppk.py
Traceback (most recent call last):
  File "ppk.py", line 19, in <module>
    missing = str(ie).split("named ")[1]
IndexError: list index out of range

By modifying the ppk.py I found out that the problem is probably with the lines:

import pyqtgraph as pg
from pyqtgraph.Qt import QtCore, QtGui

The error message seems to be:

DLL load failed: %1 is not a valid Win32 application

Sounds strange, a missing DLL, or what could be the solution for this problem?

This problem happened with a Windows 7 and a Windows 8.1 machine.

Related