--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.6.6: /usr/bin/python
Sat May 19 19:39:47 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.

 /home1/hombreal/public_html/hg/hgwebdir.cgi in ()
   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/hombreal/lib64/python/mercurial/hgweb/__init__.py in ()
    8 
    9 import os
   10 import hgweb_mod, hgwebdir_mod
   11 
   12 def hgweb(config, name=None, baseui=None):
hgweb_mod undefined, hgwebdir_mod undefined
 /home/hombreal/lib64/python/mercurial/hgweb/hgweb_mod.py in ()
    8 
    9 import os
   10 from mercurial import ui, hg, hook, error, encoding, templater
   11 from common import get_stat, ErrorResponse, permhooks, caching
   12 from common import HTTP_OK, HTTP_NOT_MODIFIED, HTTP_BAD_REQUEST
mercurial undefined, ui undefined, hg undefined, hook undefined, error undefined, encoding undefined, templater undefined
 /home/hombreal/lib64/python/mercurial/ui.py in ()
    8 from i18n import _
    9 import errno, getpass, os, socket, sys, tempfile, traceback
   10 import config, scmutil, util, error
   11 
   12 class ui(object):
config undefined, scmutil undefined, util undefined, error undefined
 /home/hombreal/lib64/python/mercurial/config.py in ()
    7 
    8 from i18n import _
    9 import error, util
   10 import re, os, errno
   11 
error = None, util undefined
 /home/hombreal/lib64/python/mercurial/util.py in ()
   15 
   16 from i18n import _
   17 import error, osutil, encoding
   18 import errno, re, shutil, sys, tempfile, traceback
   19 import os, time, calendar, textwrap, unicodedata, signal
error = None, osutil undefined, encoding undefined

<type 'exceptions.ImportError'>: /home/hombreal/lib64/python/mercurial/osutil.so: undefined symbol: Py_InitModule4
      args = ('/home/hombreal/lib64/python/mercurial/osutil.so: undefined symbol: Py_InitModule4',)
      message = '/home/hombreal/lib64/python/mercurial/osutil.so: undefined symbol: Py_InitModule4'