--> --> -->
 
 
<class 'mercurial.repo.RepoError'>
Python 2.5.2: /usr/bin/python
Tue Feb 9 10:58:06 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/tele/gjc/public_html/hg/pygtk-scons/index.cgi in ()
    9 from mercurial import hgweb
   10 
   11 h = hgweb.hgweb("/home/tele/gjc/hg/gnome-python/pygtk-scons", "PyGTK SCons")
   12 h.run()
   13 
h undefined, hgweb = <module 'mercurial.hgweb' from '/var/lib/python-support/python2.5/mercurial/hgweb/__init__.pyc'>, hgweb.hgweb = <function hgweb at 0xa7dc80>
 /var/lib/python-support/python2.5/mercurial/hgweb/__init__.py in hgweb(*args=('/home/tele/gjc/hg/gnome-python/pygtk-scons', 'PyGTK SCons'), **kwargs={})
   10 
   11 def hgweb(*args, **kwargs):
   12     return hgweb_mod.hgweb(*args, **kwargs)
   13 
   14 def hgwebdir(*args, **kwargs):
global hgweb_mod = <module 'mercurial.hgweb.hgweb_mod' from '/var/l...support/python2.5/mercurial/hgweb/hgweb_mod.pyc'>, hgweb_mod.hgweb = <class 'mercurial.hgweb.hgweb_mod.hgweb'>, args = ('/home/tele/gjc/hg/gnome-python/pygtk-scons', 'PyGTK SCons'), kwargs = {}
 /var/lib/python-support/python2.5/mercurial/hgweb/hgweb_mod.py in __init__(self=<mercurial.hgweb.hgweb_mod.hgweb object at 0xa77f90>, repo='/home/tele/gjc/hg/gnome-python/pygtk-scons', name='PyGTK SCons')
   67         if isinstance(repo, str):
   68             parentui = ui.ui(report_untrusted=False, interactive=False)
   69             self.repo = hg.repository(parentui, repo)
   70         else:
   71             self.repo = repo
self = <mercurial.hgweb.hgweb_mod.hgweb object at 0xa77f90>, self.repo undefined, global hg = <module 'mercurial.hg' from '/var/lib/python-support/python2.5/mercurial/hg.pyc'>, hg.repository = <function repository at 0x9ca2a8>, parentui = <mercurial.ui.ui object at 0xa77fd0>, repo = '/home/tele/gjc/hg/gnome-python/pygtk-scons'
 /var/lib/python-support/python2.5/mercurial/hg.py in repository(ui=<mercurial.ui.ui object at 0xa77fd0>, path='/home/tele/gjc/hg/gnome-python/pygtk-scons', create=False)
   60 def repository(ui, path='', create=False):
   61     """return a repository object for the specified path"""
   62     repo = _lookup(path).instance(ui, path, create)
   63     ui = getattr(repo, "ui", ui)
   64     for name, module in extensions.extensions():
repo undefined, global _lookup = <function _lookup at 0x9ca1b8>, path = '/home/tele/gjc/hg/gnome-python/pygtk-scons', ).instance undefined, ui = <mercurial.ui.ui object at 0xa77fd0>, create = False
 /var/lib/python-support/python2.5/mercurial/localrepo.py in instance(ui=<mercurial.ui.ui object at 0xa77fd0>, path='/home/tele/gjc/hg/gnome-python/pygtk-scons', create=False)
 1987 
 1988 def instance(ui, path, create):
 1989     return localrepository(ui, util.drop_scheme('file', path), create)
 1990 
 1991 def islocal(path):
global localrepository = <class 'mercurial.localrepo.localrepository'>, ui = <mercurial.ui.ui object at 0xa77fd0>, global util = <module 'mercurial.util' from '/var/lib/python-support/python2.5/mercurial/util.pyc'>, util.drop_scheme = <function drop_scheme at 0x7f77df0812a8>, path = '/home/tele/gjc/hg/gnome-python/pygtk-scons', create = False
 /var/lib/python-support/python2.5/mercurial/localrepo.py in __init__(self=<mercurial.localrepo.localrepository object at 0xa7f0d0>, parentui=<mercurial.ui.ui object at 0xa77fd0>, path='/home/tele/gjc/hg/gnome-python/pygtk-scons', create=False)
   44                 reqfile.close()
   45             else:
   46                 raise repo.RepoError(_("repository %s not found") % path)
   47         elif create:
   48             raise repo.RepoError(_("repository %s already exists") % path)
global repo = <module 'mercurial.repo' from '/var/lib/python-support/python2.5/mercurial/repo.pyc'>, repo.RepoError = <class 'mercurial.repo.RepoError'>, global _ = <bound method NullTranslations.gettext of <gettext.NullTranslations instance at 0x7f77e2a59488>>, path = '/home/tele/gjc/hg/gnome-python/pygtk-scons'

<class 'mercurial.repo.RepoError'>: repository /home/tele/gjc/hg/gnome-python/pygtk-scons not found
      args = ('repository /home/tele/gjc/hg/gnome-python/pygtk-scons not found',)
      message = 'repository /home/tele/gjc/hg/gnome-python/pygtk-scons not found'