Comment 5 for bug 218172

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

Thanks for testing Jonathan. Additionally, the linked Debian bug resolves the same Traceback by adding python-gnome2-desktop.

Also, this is found in lines 8-11 of /pychess-0.8.1/lib/pychess/widgets/newGameDialog.py

try:
    from gtksourceview import *
except ImportError:
    from gtksourceview2 import *

So it doesn't necessarily need gtksourceview2. It looks for gtksourceview first, which is provided by python-gnome2-desktop. I added that in order to stay closer to Debian.