Image not found - LeapMotion Python Mac ImportError
up vote
0
down vote
favorite
I am trying to develop an app for LeapMotion using their Python SDK. I am on Mac OS X El Capitan, with Python 2.7.
However, when I try to import Leap,
Traceback (most recent call last):
File "Sample.py", line 11, in <module>
import Leap, thread, time
File "./Leap.py", line 28, in <module>
LeapPython = swig_import_helper()
File "./Leap.py", line 24, in swig_import_helper
_mod = imp.load_module('LeapPython', fp, pathname, description)
ImportError: dlopen(./LeapPython.so, 2): Library not loaded:
/Library/Frameworks/Python.framework/Versions/2.7/Python
Referenced from: /Users/me/Desktop/project/LeapPython.so
Reason: image not found
Any ideas what the problem must be?
python leap-motion
add a comment |
up vote
0
down vote
favorite
I am trying to develop an app for LeapMotion using their Python SDK. I am on Mac OS X El Capitan, with Python 2.7.
However, when I try to import Leap,
Traceback (most recent call last):
File "Sample.py", line 11, in <module>
import Leap, thread, time
File "./Leap.py", line 28, in <module>
LeapPython = swig_import_helper()
File "./Leap.py", line 24, in swig_import_helper
_mod = imp.load_module('LeapPython', fp, pathname, description)
ImportError: dlopen(./LeapPython.so, 2): Library not loaded:
/Library/Frameworks/Python.framework/Versions/2.7/Python
Referenced from: /Users/me/Desktop/project/LeapPython.so
Reason: image not found
Any ideas what the problem must be?
python leap-motion
Duplicat without answer leapmotion-python-mac-importerror. The errorImportError: dlopen(./LeapPython.so, 2)
, tells the fileLeapPython.so
have to be in your current directory. Edit your Question and show where ist this file located and how is your current directory.
– stovfl
Nov 10 at 17:55
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to develop an app for LeapMotion using their Python SDK. I am on Mac OS X El Capitan, with Python 2.7.
However, when I try to import Leap,
Traceback (most recent call last):
File "Sample.py", line 11, in <module>
import Leap, thread, time
File "./Leap.py", line 28, in <module>
LeapPython = swig_import_helper()
File "./Leap.py", line 24, in swig_import_helper
_mod = imp.load_module('LeapPython', fp, pathname, description)
ImportError: dlopen(./LeapPython.so, 2): Library not loaded:
/Library/Frameworks/Python.framework/Versions/2.7/Python
Referenced from: /Users/me/Desktop/project/LeapPython.so
Reason: image not found
Any ideas what the problem must be?
python leap-motion
I am trying to develop an app for LeapMotion using their Python SDK. I am on Mac OS X El Capitan, with Python 2.7.
However, when I try to import Leap,
Traceback (most recent call last):
File "Sample.py", line 11, in <module>
import Leap, thread, time
File "./Leap.py", line 28, in <module>
LeapPython = swig_import_helper()
File "./Leap.py", line 24, in swig_import_helper
_mod = imp.load_module('LeapPython', fp, pathname, description)
ImportError: dlopen(./LeapPython.so, 2): Library not loaded:
/Library/Frameworks/Python.framework/Versions/2.7/Python
Referenced from: /Users/me/Desktop/project/LeapPython.so
Reason: image not found
Any ideas what the problem must be?
python leap-motion
python leap-motion
asked Nov 10 at 17:33
Kpogue
1
1
Duplicat without answer leapmotion-python-mac-importerror. The errorImportError: dlopen(./LeapPython.so, 2)
, tells the fileLeapPython.so
have to be in your current directory. Edit your Question and show where ist this file located and how is your current directory.
– stovfl
Nov 10 at 17:55
add a comment |
Duplicat without answer leapmotion-python-mac-importerror. The errorImportError: dlopen(./LeapPython.so, 2)
, tells the fileLeapPython.so
have to be in your current directory. Edit your Question and show where ist this file located and how is your current directory.
– stovfl
Nov 10 at 17:55
Duplicat without answer leapmotion-python-mac-importerror. The error
ImportError: dlopen(./LeapPython.so, 2)
, tells the file LeapPython.so
have to be in your current directory. Edit your Question and show where ist this file located and how is your current directory.– stovfl
Nov 10 at 17:55
Duplicat without answer leapmotion-python-mac-importerror. The error
ImportError: dlopen(./LeapPython.so, 2)
, tells the file LeapPython.so
have to be in your current directory. Edit your Question and show where ist this file located and how is your current directory.– stovfl
Nov 10 at 17:55
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53241618%2fimage-not-found-leapmotion-python-mac-importerror%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Duplicat without answer leapmotion-python-mac-importerror. The error
ImportError: dlopen(./LeapPython.so, 2)
, tells the fileLeapPython.so
have to be in your current directory. Edit your Question and show where ist this file located and how is your current directory.– stovfl
Nov 10 at 17:55