We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: