On Thu, May 31, 2012 at 12:23 PM, Larry G. Wapnitsky <[email protected]> wrote: > 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
i thought hulahop was busted for xulrunner over 8 or 9? the only one i know that runs the mozilla bindings is Kees ... maybe he knows :-) you could also try the pythonwebkit deb packages Lex uploaded: https://github.com/pyjs/pyjs/downloads ... and let us know how that pans out. -- C Anthony
