loadlj / python-spidermonkey

Automatically exported from code.google.com/p/python-spidermonkey
GNU General Public License v2.0
0 stars 0 forks source link

ImportError: libjs.so #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install build tools
2. python setup.py build
3. python setup.py install
4. python test.py

What is the expected output? What do you see instead?
test script executes

What version of the product are you using? On what operating system?
svn/trunk
Pyrex-0.9.8.4-4.fc12.noarch
kernel 2.6.33.3-85.fc13.i686.PAE

Please provide any additional information below.

$ python setup.py install
running install
running build
running build_ext
cat: ../../dist/Linux_All_DBG.OBJ/nspr/Version: No such file or directory
cd editline; make -f Makefile.ref all
make[1]: Entering directory 
`/home/pembo13/tmp/svn/python-spidermonkey/js/src/editline'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory 
`/home/pembo13/tmp/svn/python-spidermonkey/js/src/editline'
make -f Makefile.ref  Linux_All_DBG.OBJ/libjs.a Linux_All_DBG.OBJ/libjs.so 
Linux_All_DBG.OBJ/js  Linux_All_DBG.OBJ/jsautocfg.h Linux_All_DBG.OBJ/jscpucfg 
Linux_All_DBG.OBJ/jscpucfg.o
cat: ../../dist/Linux_All_DBG.OBJ/nspr/Version: No such file or directory
make[1]: Entering directory `/home/pembo13/tmp/svn/python-spidermonkey/js/src'
make[1]: Circular jscpucfg.h <- Linux_All_DBG.OBJ/jsautocfg.h dependency 
dropped.
make[1]: Circular Linux_All_DBG.OBJ/jsautocfg.h <- 
Linux_All_DBG.OBJ/jsautocfg.h dependency dropped.
make[1]: `Linux_All_DBG.OBJ/libjs.a' is up to date.
make[1]: `Linux_All_DBG.OBJ/libjs.so' is up to date.
make[1]: `Linux_All_DBG.OBJ/js' is up to date.
make[1]: `Linux_All_DBG.OBJ/jsautocfg.h' is up to date.
make[1]: `Linux_All_DBG.OBJ/jscpucfg' is up to date.
make[1]: `Linux_All_DBG.OBJ/jscpucfg.o' is up to date.
make[1]: Leaving directory `/home/pembo13/tmp/svn/python-spidermonkey/js/src'
running install_lib
running install_egg_info
Removing /usr/lib/python2.6/site-packages/spidermonkey-0.0.1a-py2.6.egg-info
Writing /usr/lib/python2.6/site-packages/spidermonkey-0.0.1a-py2.6.egg-info
copying js/src/Linux_All_DBG.OBJ/libjs.so -> /usr/local/lib

Original issue reported on code.google.com by pem...@gmail.com on 18 Aug 2010 at 5:23

GoogleCodeExporter commented 9 years ago
add /usr/local/lib to your library path, or copy libjs.so to /usr/lib

Original comment by Israel.U...@gmail.com on 7 Jul 2011 at 3:50

GoogleCodeExporter commented 9 years ago
Thank you

Original comment by cedricpo...@gmail.com on 28 Jul 2011 at 2:56