No response?  I have reinstalled spyder and it crashes instantly on loading 
preferences on os x.

On Monday, July 14, 2014 8:12:57 AM UTC-7, Lewis Levin wrote:
>
> This also appears to be a PySide binding problem.   If PyQT is required 
> then I probably won't use Spyder.  The PYQT install process is too 
> burdensome, requiring a binary installer or build from source.   Pyside 
> installs as pip install PySide.  Seems like the right thing.
>
> Note that "ipython qtconsole" works on my system so seems like qt and 
> Pyside work with ipython.
>
> This is an excerpt of the crash dump:
>
> Process:         Python [714]
> Path:           
>  
> /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
> Identifier:      org.python.python
> Version:         2.7.8 (2.7.8)
> Code Type:       X86-64 (Native)
> Parent Process:  bash [589]
> Responsible:     Terminal [586]
> User ID:         501
>
> Date/Time:       2014-07-14 08:09:54.214 -0700
> OS Version:      Mac OS X 10.9.4 (13E28)
> Report Version:  11
> Anonymous UUID:  7DEC5AA2-A823-E9A8-A154-F0DC5E3DC395
>
>
> Crashed Thread:  0  Dispatch queue: com.apple.main-thread
>
> Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
> Exception Codes: EXC_I386_GPFLT
>
> Application Specific Information:
> Performing @selector(qtDispatcherToQAction:) from sender NSMenuItem 
> 0x1072e7b00
>
> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
> 0   QtCore                         0x00000001066c98f1 
> QVariant::~QVariant() + 17
> 1   libpyside-python2.7.1.2.dylib 0x00000001061b577a 
> PySide::MetaFunction::call(QObject*, int, _object*, _object**) + 1466
> 2   libpyside-python2.7.1.2.dylib 0x00000001061af5ed 
> PySide::SignalManager::emitSignal(QObject*, char const*, _object*) + 157
> 3   QtCore.so                     0x0000000105f3b1a7 Sbk_QObjectFunc_emit 
> + 279
> 4   org.python.python             0x00000001000c2f7d PyEval_EvalFrameEx + 
> 21485
> 5   org.python.python             0x00000001000c4f93 PyEval_EvalCodeEx + 
> 2115
> 6   org.python.python             0x000000010003e990 function_call + 176
> 7   org.python.python             0x000000010000cde2 PyObject_Call + 98
> 8   org.python.python             0x00000001000bc8c7 
> PyEval_CallObjectWithKeywords + 87
> 9   libpyside-python2.7.1.2.dylib 0x00000001061baa45 
> PySide::Property::setValue(PySideProperty*, _object*, _object*) + 69
> 10  QtCore.so                     0x0000000105f3a34f Sbk_QObject_setattro 
> + 47
> 11  org.python.python             0x000000010005bd15 PyObject_SetAttr + 
> 133
> 12  org.python.python             0x00000001000beda6 PyEval_EvalFrameEx + 
> 4630
> 13  org.python.python             0x00000001000c4f93 PyEval_EvalCodeEx + 
> 2115
> 14  org.python.python             0x000000010003e990 function_call + 176
> 15  org.python.python             0x000000010000cde2 PyObject_Call + 98
> 16  org.python.python             0x000000010001f43d instancemethod_call 
> + 365
> 17  org.python.python             0x000000010000cde2 PyObject_Call + 98
> 18  org.python.python             0x00000001000bc8c7 
> PyEval_CallObjectWithKeywords + 87
> 19  libpyside-python2.7.1.2.dylib 0x00000001061afcd5 
> PySide::SignalManager::callPythonMetaMethod(QMetaMethod const&, void**, 
> _object*, bool) + 581
> 20  libpyside-python2.7.1.2.dylib 0x00000001061af8f7 
> PySide::SignalManager::qt_metacall(QObject*, QMetaObject::Call, int, 
> void**) + 695
> 21  QtCore                         0x000000010635c950 
> QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 1952
> 22  QtGui                         0x000000010870dbe8 
> QLineEdit::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 94
> 23  QtCore                         0x000000010635ca0f 
> QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 2143
> 24  QtGui                         0x0000000108900d52 
> QLineControl::textChanged(QString const&) + 56
> 25  QtGui                         0x000000010870f544 
> QLineControl::finishChange(int, bool, bool) + 382
> 26  QtGui                         0x000000010870ff39 
> QLineControl::internalSetText(QString const&, int, bool) + 465
> 27  QtGui.so                       0x00000001078e6de5 
> Sbk_QLineEditFunc_setText + 165
> 28  org.python.python             0x00000001000c39e0 PyEval_EvalFrameEx + 
> 24144
> 29  org.python.python             0x00000001000c4f93 PyEval_EvalCodeEx + 
> 2115
> 30  org.python.python             0x00000001000c33c0 PyEval_EvalFrameEx + 
> 22576
> 31  org.python.python             0x00000001000c3bcf PyEval_EvalFrameEx + 
> 24639
> 32  org.python.python             0x00000001000c4f93 PyEval_EvalCodeEx + 
> 2115
> 33  org.python.python             0x000000010003e990 function_call + 176
> 34  org.python.python             0x000000010000cde2 PyObject_Call + 98
> 35  org.python.python             0x000000010001f43d instancemethod_call 
> + 365
> 36  org.python.python             0x000000010000cde2 PyObject_Call + 98
> 37  org.python.python             0x00000001000bc8c7 
> PyEval_CallObjectWithKeywords + 87
> 38  libpyside-python2.7.1.2.dylib 0x00000001061afcd5 
> PySide::SignalManager::callPythonMetaMethod(QMetaMethod const&, void**, 
> _object*, bool) + 581
> 39  libpyside-python2.7.1.2.dylib 0x00000001061af8f7 
> PySide::SignalManager::qt_metacall(QObject*, QMetaObject::Call, int, 
> void**) + 695
> 40  QtCore                         0x000000010635c950 
> QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 1952
> 41  QtGui                         0x00000001083d070e 
> QAction::activate(QAction::ActionEvent) + 224
> 42  QtGui                         0x000000010838e29e -[QCocoaMenuLoader 
> qtDispatcherToQAction:] + 65
> 43  com.apple.AppKit               0x00007fff8c055260 -[NSApplication 
> sendAction:to:from:] + 327
> 44  com.apple.AppKit               0x00007fff8c0701c8 -[NSMenuItem 
> _corePerformAction] + 394
> 45  com.apple.AppKit               0x00007fff8c06ff04 -[NSCarbonMenuImpl 
> performActionWithHighlightingForItemAtIndex:] + 117
> 46  com.apple.AppKit               0x00007fff8c0bf40d -[NSMenu 
> _internalPerformActionForItemAtIndex:] + 35
> 47  com.apple.AppKit               0x00007fff8c0bf289 -[NSCarbonMenuImpl 
> _carbonCommandProcessEvent:handlerCallRef:] + 104
> 48  com.apple.AppKit               0x00007fff8c065ff6 
> NSSLMMenuEventHandler + 716
> 49  com.apple.HIToolbox           0x00007fff8e30a1d4 
> DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) 
> + 892
> 50  com.apple.HIToolbox           0x00007fff8e309787 
> SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, 
> HandlerCallRec*) + 385
> 51  com.apple.HIToolbox           0x00007fff8e31d880 
> SendEventToEventTarget + 40
> 52  com.apple.HIToolbox           0x00007fff8e353640 
> SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned 
> int, unsigned char, void const*, OpaqueEventTargetRef*, 
> OpaqueEventTargetRef*, OpaqueEventRef**) + 420
> 53  com.apple.HIToolbox           0x00007fff8e386228 
> SendMenuCommandWithContextAndModifiers + 59
> 54  com.apple.HIToolbox           0x00007fff8e3861d0 
> SendMenuItemSelectedEvent + 178
> 55  com.apple.HIToolbox           0x00007fff8e3860af 
> FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 94
> 56  com.apple.HIToolbox           0x00007fff8e38e085 
> MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, 
> unsigned short*) + 718
> 57  com.apple.HIToolbox           0x00007fff8e38dcb1 
> _HandleMenuSelection2 + 446
> 58  com.apple.AppKit               0x00007fff8bfd862c 
> _NSHandleCarbonMenuEvent + 284
> 59  com.apple.AppKit               0x00007fff8be3752e _DPSNextEvent + 2170
> 60  com.apple.AppKit               0x00007fff8be3689b -[NSApplication 
> nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
> 61  com.apple.AppKit               0x00007fff8be2a99c -[NSApplication 
> run] + 553
> 62  QtGui                         0x0000000108396037 
> QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 
> 519
> 63  QtCore                         0x00000001063466e7 
> QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 79
> 64  QtCore                         0x000000010634684a 
> QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 346
> 65  QtCore                         0x00000001063494f9 
> QCoreApplication::exec() + 199
> 66  QtGui.so                       0x000000010769bd39 
> Sbk_QApplicationFunc_exec_ + 41
> 67  org.python.python             0x00000001000c2dc2 PyEval_EvalFrameEx + 
> 21042
> 68  org.python.python             0x00000001000c4f93 PyEval_EvalCodeEx + 
> 2115
> 69  org.python.python             0x00000001000c33c0 PyEval_EvalFrameEx + 
> 22576
> 70  org.python.python             0x00000001000c4f93 PyEval_EvalCodeEx + 
> 2115
> 71  org.python.python             0x00000001000c33c0 PyEval_EvalFrameEx + 
> 22576
> 72  org.python.python             0x00000001000c3bcf PyEval_EvalFrameEx + 
> 24639
> 73  org.python.python             0x00000001000c4f93 PyEval_EvalCodeEx + 
> 2115
> 74  org.python.python             0x00000001000c50b6 PyEval_EvalCode + 54
> 75  org.python.python             0x00000001000e993e PyRun_FileExFlags + 
> 174
> 76  org.python.python             0x00000001000e9bda 
> PyRun_SimpleFileExFlags + 458
> 77  org.python.python             0x0000000100100bfd Py_Main + 3101
> 78  org.python.python             0x0000000100000f14 0x100000000 + 3860
>
>

-- 
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.

Reply via email to