Larry, I think the answer is in here: http://code.google.com/p/pyjamas/wiki/PyjamasUbuntu
(Actually, the right, up-to-date source is this, but the formatting is no fixed yet: https://github.com/pyjs/pyjs/wiki/pyjamasubuntu) Peter 2012/5/31 Larry G. Wapnitsky <[email protected]>: > Getting this error with pyjd import on debian squeeze/wheezy: > >>>> import pyjd > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "/opt/pyjs/pyjd/__init__.py", line 41, in <module> > from hula import * > File "/opt/pyjs/pyjd/hula.py", line 23, in <module> > import hulahop > File "/usr/lib/python2.7/dist-packages/hulahop/__init__.py", line 29, in > <module> > from hulahop._hulahop import shutdown > ImportError: libxul.so: cannot open shared object file: No such file or > directory >>>> > > Using xulrunner 10.0
