--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.6.2: /home/eliast/sw/bin/python
Mon Feb 8 15:02:39 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/eliast/torrez.us/services/rdfa/index.py in ()
   20 import cgitb; cgitb.enable()
   21 import sys, os
   22 from pyRdfa import processFile, processURI, RDFaError
   23 ##cgi.test()
   24 
pyRdfa undefined, processFile undefined, processURI undefined, RDFaError undefined
 /home/eliast/sw/lib/python2.6/site-packages/pyRdfa/__init__.py in ()
  130 
  131 import sys
  132 from rdflib.Graph               import Graph
  133 from rdflib.URIRef              import URIRef
  134 from rdflib.BNode               import BNode
rdflib undefined, Graph undefined
 /home/eliast/torrez.us/services/rdfa/build/bdist.linux-i686/egg/rdflib/__init__.py in ()
 /home/eliast/torrez.us/services/rdfa/build/bdist.linux-i686/egg/rdflib/URIRef.py in ()
 /home/eliast/sw/lib/python2.6/md5.py in ()
    8                 DeprecationWarning, 2)
    9 
   10 from hashlib import md5
   11 new = md5
   12 
hashlib undefined, md5 undefined
 /home/eliast/sw/lib/python2.6/hashlib.py in ()
  134 
  135     # lookup the C function to use directly for the named constructors
  136     md5 = __get_builtin_constructor('md5')
  137     sha1 = __get_builtin_constructor('sha1')
  138     sha224 = __get_builtin_constructor('sha224')
md5 undefined, __get_builtin_constructor = None
 /home/eliast/sw/lib/python2.6/hashlib.py in __get_builtin_constructor(name='md5')
   61         return _sha.new
   62     elif name in ('MD5', 'md5'):
   63         import _md5
   64         return _md5.new
   65     elif name in ('SHA256', 'sha256', 'SHA224', 'sha224'):
_md5 undefined

<type 'exceptions.ImportError'>: No module named _md5
      args = ('No module named _md5',)
      message = 'No module named _md5'