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?










share|improve this question





















  • 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














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?










share|improve this question





















  • 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












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?










share|improve this question













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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 10 at 17:33









Kpogue

1




1











  • 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















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

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















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






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














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





















































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







Popular posts from this blog

Top Tejano songwriter Luis Silva dead of heart attack at 64

ReactJS Fetched API data displays live - need Data displayed static

政党