Python Forum
TypeError: isdeleted() argument 1 must be sip.simplewrapper, not PlotWidget
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TypeError: isdeleted() argument 1 must be sip.simplewrapper, not PlotWidget
#3
The PyQtGraph examples in the documentation look nothing like the posted code. For example:
from PyQt5 import QtGui  # (the example applies equally well to PySide2)
import pyqtgraph as pg

## Always start by initializing Qt (only once per application)
app = QtGui.QApplication([])
Important things like QApplication come from PyQt5 or PySideX, not from pyqtgraph.

And what does "pg.mkQApp()" do? I can't find this call anywhere in the API.
Reply


Messages In This Thread
RE: TypeError: isdeleted() argument 1 must be sip.simplewrapper, not PlotWidget - by deanhystad - Jan-22-2021, 05:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Syntax Error: Positional argument follows keyword argument Rama02 3 4,133 Feb-09-2021, 06:10 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020