All pastes #2047892 Raw Edit

Anonymous

public text v1 · immutable
#2047892 ·published 2011-04-18 18:57 UTC
rendered paste body
nw@pinky:~$ export CRYSTAL="/usr/local/share/crystalspace-1.4/"
nw@pinky:~$ export PYTHONPATH="/usr/local/share/crystalspace-1.4/bindings/python/"nw@pinky:~$ python -c 'import cspace'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/local/share/crystalspace-1.4/bindings/python/cspace/__init__.py", line 5, in <module>
    from core import *
  File "/usr/local/share/crystalspace-1.4/bindings/python/cspace/core.py", line 24, in <module>
    _core = swig_import_helper()
  File "/usr/local/share/crystalspace-1.4/bindings/python/cspace/core.py", line 20, in swig_import_helper
    _mod = imp.load_module('_core', fp, pathname, description)
ImportError: libcrystalspace-1.4.so: cannot open shared object file: No such file or directory