Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot import pyvrui on OS X #2

Open
Ylannl opened this issue Jul 30, 2014 · 0 comments
Open

Cannot import pyvrui on OS X #2

Ylannl opened this issue Jul 30, 2014 · 0 comments

Comments

@Ylannl
Copy link

Ylannl commented Jul 30, 2014

I am trying to run pyvrui on OS X Mavericks. I installed Vrui through Homebrew and was able to successfully build and install pyvrui.

Unfortunately, I am unable to import pyvrui:

In [1]: import pyvrui
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-e999b85e46c8> in <module>()
----> 1 import pyvrui

/usr/local/lib/python2.7/site-packages/pyvrui.py in <module>()
     26                 fp.close()
     27             return _mod
---> 28     _pyvrui = swig_import_helper()
     29     del swig_import_helper
     30 else:

/usr/local/lib/python2.7/site-packages/pyvrui.py in swig_import_helper()
     22         if fp is not None:
     23             try:
---> 24                 _mod = imp.load_module('_pyvrui', fp, pathname, description)
     25             finally:
     26                 fp.close()

ImportError: dlopen(/usr/local/lib/python2.7/site-packages/_pyvrui.so, 2): Symbol not found: __ZN4Vrui11LocatorTool18setGetNameFunctionEPN4Misc12FunctionCallIRNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEE
  Referenced from: /usr/local/lib/python2.7/site-packages/_pyvrui.so
  Expected in: flat namespace
 in /usr/local/lib/python2.7/site-packages/_pyvrui.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant