On 07/14/2014 08:07 AM, Lewis Levin wrote:
Not sure I can interpret this error message from the internal console (of the new 2.3):>>> Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/spyderlib/spyder.py", line 1587, in hideEvent QMainWindow.hideEvent(self, event) TypeError: 'PySide.QtGui.QWidget.hideEvent' called with wrong argument types: PySide.QtGui.QWidget.hideEvent(PySide.QtCore.QEvent) Supported signatures: PySide.QtGui.QWidget.hideEvent(PySide.QtGui.QHideEvent)
Not sure what is going on, but it would probably help others if you identify what version of PySide you are using.
The code runs, the figure window opens. Nothing is drawn in the figure window. The figure window hangs. Note that this code runs as is in a stand-alone ipython window and in python run from terminal (OS X Mavericks). Note that when I try to open an ipython console in Spyder, that tool windows "hangs" by which I mean that "connecting to kernel" runs with spinning circle forever.
When this happens click on the Console tab and see what the IP tab says, assuming it is there.
My ipython runs from terminal fine and from other ides. Probably a config problem and I am clueless to diagnose such problems. Thanks, Lewis Note that Spyder was installed as pip install -U spyder on Python 2.7.7. (trying to come back to Spyder)
-- Adrian Klaver [email protected] -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
