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

ImportError: No module named _PyV8 after install #249

Open
GoogleCodeExporter opened this issue Aug 5, 2015 · 0 comments
Open

ImportError: No module named _PyV8 after install #249

GoogleCodeExporter opened this issue Aug 5, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. sudo aptitude install scons libboost-python-dev
2. svn checkout http://v8.googlecode.com/svn/trunk/ v8
3. svn checkout http://pyv8.googlecode.com/svn/trunk/ pyv8
4.cd v8
5.export V8_HOME=`pwd`
6. cd ../pyv8
7.python setup.py build
8. sudo python setup.py install
9. python
10. import PyV8

What is the expected output? What do you see instead?

no error/ >>> import PyV8
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "PyV8.py", line 33, in <module>
    import _PyV8
ImportError: No module named _PyV8
>>>
What version of the product are you using? On what operating system?
pyv8 Rev: 586

DISTRIB_ID=Ubuntu
VERSION_ID="14.04"

Please provide any additional information below.


Original issue reported on code.google.com by Louise.S...@gmail.com on 30 Jun 2015 at 9:11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant