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

Reply via email to