Advertisement
kscottz

Untitled

Aug 16th, 2011
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.56 KB | None | 0 0
  1. Katherine-Scotts-MacBook-Air:scripts katherinescott$ python test_constant.py
  2. Traceback (most recent call last):
  3.   File "test_constant.py", line 3, in <module>
  4.     import ecto
  5.   File "/Users/katherinescott/ecto/lib/ecto/__init__.py", line 58, in <module>
  6.     load_pybindings(__name__, __path__)
  7.   File "/Users/katherinescott/ecto/lib/ecto/__init__.py", line 51, in load_pybindings
  8.     m = imp.load_dynamic(name, path[0] + ".so")
  9. ImportError: dlopen(/Users/katherinescott/ecto/lib/ecto.so, 2): image not found
  10. Katherine-Scotts-MacBook-Air:scripts katherinescott$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement