--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.5: /home/danb/bin/python
Tue May 22 04:46:53 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.

 /home/danb/src/scourse/scourse.py in ()
   28 cgitb.enable()
   29 
   30 import Button, Config, PageReader, State, URL, UTURL, Util
   31 from Casing import casify
   32 from Config import config
Button undefined, Config undefined, PageReader undefined, State undefined, URL undefined, UTURL undefined, Util undefined
 /home/danb/src/scourse/Button.py in ()
   16 
   17 import URL
   18 from Util import form, link
   19 
   20 import os
Util undefined, form undefined, link undefined
 /home/danb/src/scourse/Util.py in ()
   15 # See the COPYING file for a copy of the GNU General Public License.
   16 
   17 import MySQLdb, State
   18 
   19 import cgi, copy, md5, os, re, sys
MySQLdb undefined, State undefined
 /home/danb/src/scourse/build/bdist.linux-i686/egg/MySQLdb/__init__.py in ()
 /home/danb/src/scourse/build/bdist.linux-i686/egg/_mysql.py in ()
 /home/danb/src/scourse/build/bdist.linux-i686/egg/_mysql.py in __bootstrap__()

<type 'exceptions.ImportError'>: /home/danb/.python-eggs/MySQL_python-1.2.2-py2.5-linux-i686.egg-tmp/_mysql.so: wrong ELF class: ELFCLASS32