[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#343412: moreinfo



That would happen if you don't have python-gtkhtml2 installed. From
/usr/bin/gnochm (see the gtkhtml2 import).

try:
    from chm import chm, chmlib

    import gconf
    import gobject
    import gtkhtml2
    import gtk
    import gnome
    import gnome.ui
    import gtk.glade
except ImportError, (err):
    mesg = 'You do not have all of the required Python modules to run
gnochm.\nCheck the gnochm README file for tips on how to fix this.\nWhat follows
is the error description highlighting the problematic module.\n\n'
    sys.stdout.write(mesg)
    sys.stderr.write(str(err) + '\n')
    sys.exit(1)

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: