Die Suche ergab 2 Treffer

von falk
Freitag 7. September 2012, 07:45
Forum: Qt/KDE
Thema: pyqtgraph import error
Antworten: 3
Zugriffe: 1187

Re: pyqtgraph import error

@BlackJack:

Vielen Dank für die schnelle Antwort.

Du hast Recht bezüglich der Installation von Python-Modulen. Die Dokumentation von pyqtgraph sagt jedoch:

"Pyqtgraph currently does not have (or really require) any installation scripts. The only requirement is that the pyqtgraph folder to be ...
von falk
Donnerstag 6. September 2012, 14:57
Forum: Qt/KDE
Thema: pyqtgraph import error
Antworten: 3
Zugriffe: 1187

pyqtgraph import error

Hallo liebe Python-experten,

ich versuche das Python-Modul "pyqtgraph" zu importieren.

Leider erhalte ich ständig folgende Fehlermeldung:

>>> import pyqtgraph
Traceback (most recent call last):
File "<pyshell#9>", line 1, in <module>
import pyqtgraph
File "C:\Python32\lib\site-packages ...