conda-forge / pyqt-feedstock

A conda-smithy repository for pyqt.
BSD 3-Clause "New" or "Revised" License
5 stars 35 forks source link

`QtGui` import failure on #5

Closed SylvainCorlay closed 7 years ago

SylvainCorlay commented 7 years ago

As per

I opened #4 to add the check to the recipe tests.

astrofrog commented 7 years ago

I'm seeing this too:

https://travis-ci.org/glue-viz/glue-vispy-viewers/builds/162804068

Pinging all maintainers: @ccordoba12, @mingwandroid, @gillins, @msarahan, @ocefpaf - this is causing any application that uses QtPy to fail when imported on Linux.

ocefpaf commented 7 years ago

I am travelling this week and the next but I will try to find some time to check this.

gillins commented 7 years ago

This happens for me too, but used to work with the defaults pyqt. Does qt need to be rebuilt with session support? See https://riverbankcomputing.com/pipermail/pyqt/2006-October/014594.html

ccordoba12 commented 7 years ago

Yes, it does.

Note to self: These are all the X11 libraries that need to be added to yum_requirements.txt

http://doc.qt.io/qt-4.8/requirements-x11.html

jakirkham commented 7 years ago

Is this still an issue?

ccordoba12 commented 7 years ago

Not anymore, closing.