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
System: Mac OS X 10.9.1 python 2.7.5 What steps will reproduce the problem? 1. virtualenv venv 2. source venv/bin/activate 3. easy_install -U setuptools 4. pip install PyV8==1.0-dev 5. python -c 'import PyV8' Traceback (most recent call last): File "<string>", line 1, in <module> File "/Users/epall/temp/pyv8_derp/venv/lib/python2.7/site-packages/PyV8.py", line 33, in <module> import _PyV8 ImportError: dlopen(/Users/epall/temp/pyv8_derp/venv/lib/python2.7/site-packages/_PyV8.so, 2): Symbol not found: __ZSt20__throw_length_errorPKc Referenced from: /Users/epall/temp/pyv8_derp/venv/lib/python2.7/site-packages/_PyV8.so Expected in: flat namespace in /Users/epall/temp/pyv8_derp/venv/lib/python2.7/site-packages/_PyV8.so (venv)epall@pika:temp/pyv8_derp
Original issue reported on code.google.com by ericpal...@gmail.com on 22 Feb 2014 at 4:34
ericpal...@gmail.com
The text was updated successfully, but these errors were encountered:
here's a full log of the session that led to the error
Original comment by ericpal...@gmail.com on 22 Feb 2014 at 4:46
Attachments:
Sorry, something went wrong.
Please use osx_10_9_build.sh script to build pyv8 at OSX 10.9
Original comment by flier...@gmail.com on 24 Feb 2014 at 1:49
flier...@gmail.com
No branches or pull requests
Original issue reported on code.google.com by
ericpal...@gmail.com
on 22 Feb 2014 at 4:34The text was updated successfully, but these errors were encountered: