Monkeypatch for pyqtgraph==0.11.0 resulting in superior OpenGL performance in contrast to more recent 0.11.1 to 0.12.3 This monkeypatch is safe to import and will only get applied when it detects the ...
I try build exe file for my python project, which use pyqt6 and pyqtgraph. The program works, when I run "python main.pyw". But when I run "pyinstaller main.pyw", I ...