ContinuumIO / anaconda-issues

Anaconda issue tracking
647 stars 220 forks source link

PySide package broken on MacOS X (abort trap) #1132

Open astrofrog opened 8 years ago

astrofrog commented 8 years ago

The pyside 1.1.2 py27_1 appears to be severely broken on Mac:

In [1]: from PySide import QtGui

In [2]: QtGui.QApplication([])
Qt internal error: qt_menu.nib could not be loaded. The .nib file should be placed in QtGui.framework/Versions/Current/Resources/  or in the resources directory of your application bundle.
Abort trap: 6
ccordoba12 commented 8 years ago

Nobody has touched PySide in two years or more :-)

astrofrog commented 8 years ago

@ccordoba12 - nevertheless the failure is real, and several users have reported this to me. Could it be due to the update of one of PySide's dependencies?

astrofrog commented 8 years ago

Here's a minimal example failing on Travis: https://travis-ci.org/astrofrog/debug-pyside/builds/164898080

ccordoba12 commented 8 years ago

Yes, it seems due to our latest Qt4 build (but I don't why that caused the breakage).

astrofrog commented 7 years ago

Any updates on this? Would it make sense to pin PySide to previous Qt4 versions?

ccordoba12 commented 7 years ago

Yes, nobody is going to update PySide anytime soon in Continuum. Or you could just use the conda-forge packages :-)