jeanphix/Ghost.py

Install problem

BMeridian opened this issue · 2 comments

For OSX

pyside_postinstall.py -install

Does not run.

Then the next step does not run.

pip install ghost.py

Collecting ghost.py
Using cached Ghost.py-0.2.3.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 20, in
File "/private/var/folders/81/8g2lrjg97j3_0rwpr32zqsf40000gn/T/pip-build-zCSJSA/ghost.py/setup.py", line 9, in
from ghost import version
File "ghost/init.py", line 2, in
from .ghost import (
File "ghost/ghost.py", line 17, in
from .bindings import (
File "ghost/bindings.py", line 47, in
QtCore = _import("QtCore")
File "ghost/bindings.py", line 41, in _import
module = import(name)
ImportError: dlopen(/usr/local/lib/python2.7/site-packages/PySide/QtCore.so, 2): Library not loaded: libpyside-python2.7.1.2.dylib
Referenced from: /usr/local/lib/python2.7/site-packages/PySide/QtCore.so
Reason: image not found

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/81/8g2lrjg97j3_0rwpr32zqsf40000gn/T/pip-build-zCSJSA/ghost.py

Same problem with you. Please tell me if you find the solutions. Thanks a lot.

stdex commented
  1. Library not loaded: libpyside-python2.7.1.2.dylib
  2. Use pip for install pyside