Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Add support for PyQt 4.6 #106

Merged
merged 1 commit into from
May 5, 2017
Merged

Commits on May 5, 2017

  1. qtpy: add support for PyQt 4.6

    PyQt4 4.6 on Centos 6.8 reports itself as:
    
            PyQt4.x86_64 4.6.2-9.el6 @base
            PyQt4-devel.x86_64 4.6.2-9.el6 @base
    
    This version is missing symbols from QtGui that causes qtpy to
    fail.  Allow `import qtpy` to work in this environment.
    
    Signed-off-by: David Aguilar <davvid@gmail.com>
    davvid committed May 5, 2017
    Configuration menu
    Copy the full SHA
    fcbcf2c View commit details
    Browse the repository at this point in the history