help me please ,waste my 8 hours ! spidermonkey can't install in my unbunt .
Reported by huosu | January 14th, 2011 @ 01:36 AM
I have install all the needed packs , what is wrong with my install??
shen@shen-System-Product-Name:/usr/lib/python2.6/python-spidermonkey-0.0.9$
python setup.py install
Traceback (most recent call last):
File "setup.py", line 190, in
test_suite = 'nose.collector',
File "/usr/lib/python2.6/distutils/core.py", line 113, in setup
_setup_distribution = dist = klass(attrs)
File "/usr/lib/python2.6/python-spidermonkey-0.0.9/setuptools-0.6c9-py2.6.egg/setuptools/dist.py", line 219, in init File "/usr/lib/python2.6/python-spidermonkey-0.0.9/setuptools-0.6c9-py2.6.egg/setuptools/dist.py", line 243, in fetch_build_eggs File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 544, in resolve
dist = best[req.key] = env.best_match(req, self, installer)
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 786, in best_match
return self.obtain(req, installer) # try and download/install
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 798, in obtain
return installer(requirement)
File "/usr/lib/python2.6/python-spidermonkey-0.0.9/setuptools-0.6c9-py2.6.egg/setuptools/dist.py", line 263, in fetch_build_egg File "/usr/lib/python2.6/python-spidermonkey-0.0.9/setuptools-0.6c9-py2.6.egg/setuptools/command/easy_install.py", line 21, in File "/usr/lib/python2.6/python-spidermonkey-0.0.9/setuptools-0.6c9-py2.6.egg/setuptools/package_index.py", line 145, in File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 654, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 552, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: distribute
shen@shen-System-Product-Name:/usr/lib/python2.6/python-spidermonkey-0.0.9$
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Python/JavaScript bridge module, making use of Mozilla's spidermonkey JavaScript implementation. Allows implementation of JavaScript classes, objects and functions in Python, and evaluation and calling of JavaScript scripts and functions respectively. Borrows heavily from Claes Jacobssen's Javascript Perl module, in turn based on Mozilla's 'PerlConnect' Perl binding.