Vector35 / deprecated-binaryninja-python

Deprecated Binary Ninja prototype written in Python
GNU General Public License v2.0
518 stars 128 forks source link

Import ERROR "from PySide.QtCore import *" #6

Closed GelosSnake closed 9 years ago

GelosSnake commented 9 years ago

Not sure exactly whats the problem here, latest OSX:

$python binja.py Traceback (most recent call last): File "binja.py", line 25, in import Threads File "/binaryninja-python/Threads.py", line 16, in from PySide.QtCore import * ImportError: dlopen(/Library/Python/2.7/site-packages/PySide/QtCore.so, 2): Library not loaded: libpyside-python2.7.1.2.dylib Referenced from: /Library/Python/2.7/site-packages/PySide/QtCore.so Reason: image not found

psifertex commented 9 years ago

Just to confirm you followed the installation instructions and installed both Qt and pyside? We should probably update our list, Qt with a version less than 5 is a pre-requisite for pyside, but we don't explicitly call it out, you have to read their install instructions.

psifertex commented 9 years ago

No response yet, going to mark this as closed -- feel free to comment and I'll re-open it if you find it's a bug after double checking the install process.