I've ugraded my dev system from debian5 to debian6. Now I've got a small problem with hula.py (pyjd).
When I start pyjd hulahop I get the following error: python: symbol lookup error: /usr/lib/xulrunner-1.9.1/components/libimgicon.so: undefined symbol: PR_AtomicIncrement If I disable the line 'hulahop.startup(gecko_path)' in pyjd/hula.py, all seems to work fine. What's this hulahop.startup() for? Do we need it?

