--> --> -->
 
 
<type 'exceptions.KeyError'>
Python 2.5.2: /usr/bin/python
Sat Feb 4 10:59:39 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.

 /is/htdocs/wp1025441_Q16XH2M40O/megapov/cgi-bin/hgweb.cgi in ()
    8 # sys.path.insert(0, "/megapov/cgi-bin") # if not a system-wide install
    9 import hgweb
   10 
   11 h = hgweb.hgweb("/is/htdocs/wp1025441_Q16XH2M40O/megapov/hg", "MegaPOV")
   12 h.run()
h undefined, hgweb = <module 'hgweb' from '/is/htdocs/wp1025441_Q16XH2M40O/megapov/cgi-bin/hgweb.py'>, hgweb.hgweb = <class 'hgweb.hgweb'>
 /is/htdocs/wp1025441_Q16XH2M40O/megapov/cgi-bin/hgweb.py in __init__(self=<hgweb.hgweb object at 0x81b4bac>, repo='/is/htdocs/wp1025441_Q16XH2M40O/megapov/hg', name='MegaPOV')
  107     def __init__(self, repo, name=None):
  108         if type(repo) == type(""):
  109             self.repo = hg.repository(ui.ui(), repo)
  110         else:
  111             self.repo = repo
self = <hgweb.hgweb object at 0x81b4bac>, self.repo undefined, global hg = <module 'hg' from '/is/htdocs/wp1025441_Q16XH2M40O/megapov/cgi-bin/hg.py'>, hg.repository = <function repository at 0x81bc10c>, global ui = <module 'ui' from '/is/htdocs/wp1025441_Q16XH2M40O/megapov/cgi-bin/ui.py'>, ui.ui = <class 'ui.ui'>, repo = '/is/htdocs/wp1025441_Q16XH2M40O/megapov/hg'
 /is/htdocs/wp1025441_Q16XH2M40O/megapov/cgi-bin/ui.py in __init__(self=<ui.ui object at 0x823966c>, verbose=False, debug=False, quiet=False, interactive=True, traceback=False, parentui=None)
   24             self.parentui = None
   25             self.cdata = ConfigParser.ConfigParser()
   26             self.readconfig(util.rcpath())
   27 
   28             self.quiet = self.configbool("ui", "quiet")
self = <ui.ui object at 0x823966c>, self.readconfig = <bound method ui.readconfig of <ui.ui object at 0x823966c>>, global util = <module 'util' from '/is/htdocs/wp1025441_Q16XH2M40O/megapov/cgi-bin/util.py'>, util.rcpath = <function rcpath at 0x824aa74>
 /is/htdocs/wp1025441_Q16XH2M40O/megapov/cgi-bin/util.py in rcpath()
  886                 else:
  887                     _rcpath.append(p)
  888         else:
  889             _rcpath = os_rcpath()
  890     return _rcpath
global _rcpath = None, global os_rcpath = <function os_rcpath at 0x824aed4>
 /is/htdocs/wp1025441_Q16XH2M40O/megapov/cgi-bin/util.py in os_rcpath()
  603                                   '/../etc/mercurial'))
  604         path.extend(rcfiles('/etc/mercurial'))
  605         path.append(os.path.expanduser('~/.hgrc'))
  606         path = [os.path.normpath(f) for f in path]
  607         return path
path = ['/is/htdocs/wp1025441_Q16XH2M40O/megapov/cgi-bin/../etc/mercurial/hgrc', '/etc/mercurial/hgrc'], path.append = <built-in method append of list object at 0x824014c>, global os = <module 'os' from '/usr/lib/python2.5/os.pyc'>, os.path = <module 'posixpath' from '/usr/lib/python2.5/posixpath.pyc'>, os.path.expanduser = <function expanduser at 0xb76a86f4>
 /usr/lib/python2.5/posixpath.py in expanduser(path='~/.hgrc')
  319         if 'HOME' not in os.environ:
  320             import pwd
  321             userhome = pwd.getpwuid(os.getuid()).pw_dir
  322         else:
  323             userhome = os.environ['HOME']
userhome undefined, pwd = <module 'pwd' (built-in)>, pwd.getpwuid = <built-in function getpwuid>, global os = <module 'os' from '/usr/lib/python2.5/os.pyc'>, os.getuid = <built-in function getuid>, ).pw_dir undefined

<type 'exceptions.KeyError'>: 'getpwuid(): uid not found: 1025441'
      args = ('getpwuid(): uid not found: 1025441',)
      message = 'getpwuid(): uid not found: 1025441'