GithubHelp home page GithubHelp logo

pyqt-zk-inspector's People

Contributors

jrgp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

qinwentu

pyqt-zk-inspector's Issues

Instructions install wrong version of PyQt in mac

PyQt5 is the default version of PyQt installed so this app doesn't work with provided instructions.
I executed this:

    brew install pyqt qt
    sudo pip install Kazoo

everything is installed

$ brew install pyqt qt
Warning: pyqt 5.9_1 is already installed
Warning: qt 5.9.1 is already installed

and

$ sudo -H pip install Kazoo
Requirement already satisfied: Kazoo in /Library/Python/2.7/site-packages
Requirement already satisfied: six in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from Kazoo)

When I try to run the app python complains about the pyqt4 dependency being missing.

$ ./inspector.py
Traceback (most recent call last):
  File "./inspector.py", line 3, in <module>
    from qtinspector.cli import main
  File "/Users/jasongoodwin/Development/tools/pyqt-zk-inspector/qtinspector/cli.py", line 1, in <module>
    from mainwindow import MainWindow
  File "/Users/jasongoodwin/Development/tools/pyqt-zk-inspector/qtinspector/mainwindow.py", line 3, in <module>
    from PyQt4 import QtGui, QtCore, uic
ImportError: No module named PyQt4

I think this is because PyQt5 is default - I can import it via the repl but not PyQt4.
I found a recipe for PyQt4. Still haven't resolved my env issues.

brew install cartr/qt4/pyqt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.