Hey guys. I found the problem. It is PySide. If i force to use PyQt no leaking occures.
There is still a problem. I need to use PySide. So does anybody now if there is a version of PySide, where the leaking problem doesn´t happen? I´d appreciate if ypu could help me with this issue. Best regards. Am Montag, 19. September 2016 09:27:02 UTC+2 schrieb [email protected]: > > > Hello. > > I am currently working on an QtApllication for rapid plotting. i startet > with the example in pyqtgraph.examples (ImageItem -video). > > On my setting there occures a major memory leak. i narrowed it down to the > call of img.setImage(data[i]). > > I use the follwing modules: > > pyqtgraph 0.9.10 > numpy 1.11.0 > PySide 1.2.2 > Cython 0.24.1 > > python version 3.4 on winpython 1.5.2 > > Is this a a problem of the environment iám using, or is there acctually a > leaking problem. I uploaded the imageItem example (ImageItem - video) > > I would appreciate if you could help me with this problem. > > Best regards. > > Michael > -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/708fe0ca-c029-415a-8796-2c413f103918%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
