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