--> --> -->
 
 
ImportError
Python 2.4.6: /usr/bin/python2.4
Wed Feb 10 03:24:36 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/rusty/public_html/paravirt/index.cgi
    7 
    8 #sys.path.insert(0, "/home/rusty/lib/python") # if not a system-wide install
    9 from mercurial import hgweb
   10 
   11 h = hgweb.hgweb("/home/paravirt/paravirt-repo", "paravirt patches")
mercurial undefined, hgweb undefined
 /usr/lib/pymodules/python2.4/mercurial/hgweb/__init__.py
    7 # GNU General Public License version 2, incorporated herein by reference.
    8 
    9 import hgweb_mod, hgwebdir_mod
   10 
   11 def hgweb(*args, **kwargs):
hgweb_mod undefined, hgwebdir_mod undefined
 /usr/lib/pymodules/python2.4/mercurial/hgweb/hgweb_mod.py
    8 
    9 import os
   10 from mercurial import ui, hg, hook, error, encoding, templater
   11 from common import get_mtime, ErrorResponse
   12 from common import HTTP_OK, HTTP_BAD_REQUEST, HTTP_NOT_FOUND, HTTP_SERVER_ERROR
mercurial undefined, ui undefined, hg undefined, hook undefined, error undefined, encoding undefined, templater undefined
 /usr/lib/pymodules/python2.4/mercurial/ui.py
    8 from i18n import _
    9 import errno, getpass, os, socket, sys, tempfile, traceback
   10 import config, util, error
   11 
   12 _booleans = {'1': True, 'yes': True, 'true': True, 'on': True,
config = None, util undefined, error undefined
 /usr/lib/pymodules/python2.4/mercurial/util.py
   15 
   16 from i18n import _
   17 import error, osutil, encoding
   18 import cStringIO, errno, re, shutil, sys, tempfile, traceback
   19 import os, stat, time, calendar, textwrap
error = None, osutil undefined, encoding undefined

ImportError: No module named osutil
      args = ('No module named osutil',)