Daniel Galtieri
2014-08-14 19:07:09 UTC
So, info from pg.systemInfo() first:
sys.version: 3.4.1 |Anaconda 2.0.1 (64-bit)| (default, Jun 11 2014,
17:27:11) [MSC v.1600 64 bit (AMD64)]
qt bindings: PyQt4 4.10.4 Qt 4.8.6
pyqtgraph: 0.9.8; None
config:
{'antialias': False,
'background': (0, 0, 0),
'editorCommand': None,
'enableExperimental': False,
'exitCleanup': True,
'foreground': (150, 150, 150),
'leftButtonPan': True,
'useOpenGL': False,
'useWeave': False,
'weaveDebug': False}
I'm just learning to build QT apps in Python, and have been using PySide
primarily.
If I do something trivial, such as
pg.plot(x=[1,2,3], y=[1,2,3])
this works fine if I do not force PySide bindings. However, if I import
PySide first Python crashes when the plot window goes to be generated.
I still get an output such as:
pyqtgraph.graphicsWindows.PlotWindow object at 0x00000000058068C8
but the window that pops up where the plot is drawn to is blank and "Not
Responding"
Not sure if this is a PySide thing or what.
Oddly enough, I have the same problem when I'm working in the PyCharm
console, regardless of whether or not PySide has been imported (the tests
when it works were all done in the cmd window or powershell)
sys.version: 3.4.1 |Anaconda 2.0.1 (64-bit)| (default, Jun 11 2014,
17:27:11) [MSC v.1600 64 bit (AMD64)]
qt bindings: PyQt4 4.10.4 Qt 4.8.6
pyqtgraph: 0.9.8; None
config:
{'antialias': False,
'background': (0, 0, 0),
'editorCommand': None,
'enableExperimental': False,
'exitCleanup': True,
'foreground': (150, 150, 150),
'leftButtonPan': True,
'useOpenGL': False,
'useWeave': False,
'weaveDebug': False}
I'm just learning to build QT apps in Python, and have been using PySide
primarily.
If I do something trivial, such as
pg.plot(x=[1,2,3], y=[1,2,3])
this works fine if I do not force PySide bindings. However, if I import
PySide first Python crashes when the plot window goes to be generated.
I still get an output such as:
pyqtgraph.graphicsWindows.PlotWindow object at 0x00000000058068C8
but the window that pops up where the plot is drawn to is blank and "Not
Responding"
Not sure if this is a PySide thing or what.
Oddly enough, I have the same problem when I'm working in the PyCharm
console, regardless of whether or not PySide has been imported (the tests
when it works were all done in the cmd window or powershell)
--
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 pyqtgraph+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/fa7239ff-dc00-4b23-93a9-cb500df689cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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 pyqtgraph+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/fa7239ff-dc00-4b23-93a9-cb500df689cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.