--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.6.6: /usr/bin/python
Wed Feb 8 18:40:40 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.

 /afs/tu-chemnitz.de/home/urz/f/fifr/public_html/repos/lyla-d/index.cgi in ()
    5 
    6 sys.path.insert(0, "/afs/tu-chemnitz.de/home/urz/f/fifr/public_html/repos/mercurial")
    7 from mercurial import hgweb
    8 
    9 h = hgweb.hgweb("/afs/tu-chemnitz.de/home/urz/f/fifr/public_html/repos/lyla-d", "lyla")
mercurial undefined, hgweb undefined
 /afs/tu-chemnitz.de/home/urz/f/fifr/public_html/repos/mercurial/mercurial/hgweb/__init__.py in ()
    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
 /afs/tu-chemnitz.de/home/urz/f/fifr/public_html/repos/mercurial/mercurial/hgweb/hgweb_mod.py in ()
    9 import os, mimetypes
   10 from mercurial.node import hex, nullid
   11 from mercurial import ui, hg, util, hook, error
   12 from mercurial import templater, templatefilters
   13 from common import get_mtime, style_map, ErrorResponse
mercurial undefined, ui undefined, hg undefined, util undefined, hook undefined, error undefined
 /afs/tu-chemnitz.de/home/urz/f/fifr/public_html/repos/mercurial/mercurial/ui.py in ()
    6 # of the GNU General Public License, incorporated herein by reference.
    7 
    8 from i18n import _
    9 import errno, getpass, os, re, socket, sys, tempfile
   10 import ConfigParser, traceback, util
i18n undefined, _ undefined
 /afs/tu-chemnitz.de/home/urz/f/fifr/public_html/repos/mercurial/mercurial/i18n.py in ()
   47 
   48 _ = gettext
   49 
   50 # Moved after _ because of circular import.
   51 import util
util undefined
 /afs/tu-chemnitz.de/home/urz/f/fifr/public_html/repos/mercurial/mercurial/util.py in ()
   15 from i18n import _
   16 import cStringIO, errno, getpass, re, shutil, sys, tempfile, traceback, error
   17 import os, stat, threading, time, calendar, ConfigParser, locale, glob, osutil
   18 import imp, unicodedata
   19 
os = None, stat = None, threading = None, time = None, calendar = None, ConfigParser = None, locale = None, glob = None, osutil undefined

<type 'exceptions.ImportError'>: /afs/tu-chemnitz.de/home/urz/f/fifr/public_html/repos/mercurial/mercurial/osutil.so: wrong ELF class: ELFCLASS32
      args = ('/afs/tu-chemnitz.de/home/urz/f/fifr/public_html/.../mercurial/osutil.so: wrong ELF class: ELFCLASS32',)
      message = '/afs/tu-chemnitz.de/home/urz/f/fifr/public_html/.../mercurial/osutil.so: wrong ELF class: ELFCLASS32'