--> --> -->
 
 
ImportError
Python 2.4.4: /usr/bin/python
Tue Mar 16 15:40:14 2010

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/snej/mooseyard.com/hg/hgwebdir.cgi
   19 os.environ["HGENCODING"] = "UTF-8"
   20 
   21 from mercurial.hgweb.hgwebdir_mod import hgwebdir
   22 from mercurial.hgweb.request import wsgiapplication
   23 import mercurial.hgweb.wsgicgi as wsgicgi
mercurial undefined, hgwebdir undefined
 /home/snej/run/lib/python/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/snej/run/lib/python/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/snej/run/lib/python/mercurial/mdiff.py
    6 # of the GNU General Public License, incorporated herein by reference.
    7 
    8 import bdiff, mpatch, re, struct, util, md5
    9 
   10 def splitnewlines(text):
bdiff undefined, mpatch undefined, re undefined, struct undefined, util undefined, md5 undefined

ImportError: /home/snej/run/lib/python/mercurial/bdiff.so: cannot open shared object file: No such file or directory
      args = ('/home/snej/run/lib/python/mercurial/bdiff.so: ca...pen shared object file: No such file or directory',)