osx - Pyqtgraph with anaconda python on MAC gives nib error -
i'm trying use pyqtgraph anaconda python on mac os
python 2.7.5 |anaconda 1.6.1 (x86_64)| (default, jun 28 2013, 22:20:13) [gcc 4.0.1 (apple inc. build 5493)] on darwin i installed pyqtgraph pip install pyqtgraph, seemed work fine. however, if run command library error:
qt internal error: qt_menu.nib not loaded. .nib file should placed in qtgui.framework/versions/current/resources/ or in resources directory of application bundle. i found so thread, seems related c++ app. in case have no application.app folder i'm bit lost.
the solution use python.app (or equivalent pythonw) run program, instead of python. if pyqtgraph installed commands, you'll need edit them shebang line calls #!/path/to/anaconda/bin/python.app/contents/macos/python.
Comments
Post a Comment