--> --> -->
 
 
ImportError
Python 2.4.4c1: /home/rrs/bin/python
Fri May 18 05:29:24 2012

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/rrs/public_html/cgi-bin/hgwebdir.cgi
    8 # sys.path.insert(0, "/path/to/python/lib") # if not a system-wide install
    9 sys.path.insert(0, "/home/rrs/lib/python2.4/site-packages")
   10 from mercurial.hgweb.hgwebdir_mod import hgwebdir
   11 from mercurial.hgweb.request import wsgiapplication
   12 import mercurial.hgweb.wsgicgi as wsgicgi
mercurial undefined, hgwebdir undefined
 /home/rrs/lib/python2.4/site-packages/mercurial-1.0-py2.4-linux-i686.egg/mercurial/hgweb/__init__.py
    7 # of the GNU General Public License, incorporated herein by reference.
    8 
    9 import hgweb_mod, hgwebdir_mod
   10 
   11 def hgweb(*args, **kwargs):
hgweb_mod undefined, hgwebdir_mod undefined
 /home/rrs/lib/python2.4/site-packages/mercurial-1.0-py2.4-linux-i686.egg/mercurial/hgweb/hgweb_mod.py
   10 from mercurial.node import hex, nullid, short
   11 from mercurial.repo import RepoError
   12 from mercurial import mdiff, ui, hg, util, archival, patch, hook
   13 from mercurial import revlog, templater, templatefilters, changegroup
   14 from common import get_mtime, style_map, paritygen, countgen, get_contact
mercurial undefined, mdiff undefined, ui undefined, hg undefined, util undefined, archival undefined, patch undefined, hook undefined
 /home/rrs/lib/python2.4/site-packages/mercurial-1.0-py2.4-linux-i686.egg/mercurial/hg.py
    8 
    9 from i18n import _
   10 import localrepo, bundlerepo, httprepo, sshrepo, statichttprepo
   11 import errno, lock, os, shutil, util, extensions
   12 import merge as _merge
localrepo undefined, bundlerepo undefined, httprepo undefined, sshrepo undefined, statichttprepo undefined
 /home/rrs/lib/python2.4/site-packages/mercurial-1.0-py2.4-linux-i686.egg/mercurial/localrepo.py
    8 from node import bin, hex, nullid, nullrev, short
    9 from i18n import _
   10 import repo, changegroup
   11 import changelog, dirstate, filelog, manifest, context, weakref
   12 import lock, transaction, stat, errno, ui
repo = None, changegroup undefined
 /home/rrs/lib/python2.4/site-packages/mercurial-1.0-py2.4-linux-i686.egg/mercurial/changegroup.py
    9 
   10 from i18n import _
   11 import struct, os, bz2, zlib, util, tempfile
   12 
   13 def getchunk(source):
struct = None, os = None, bz2 undefined, zlib undefined, util undefined, tempfile undefined

ImportError: libbz2.so.1.0: cannot open shared object file: No such file or directory
      args = ('libbz2.so.1.0: cannot open shared object file: No such file or directory',)