conda-forge / pyqt-feedstock

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

QtGui #4

Closed SylvainCorlay closed 7 years ago

SylvainCorlay commented 7 years ago

Check import of QtGui

conda-forge-linter commented 7 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

astrofrog commented 7 years ago

@SylvainCorlay - I think you will need to try:

from PyQt4.QtGui import QSessionManager

to reproduce the error. Can you update this PR to see?