my code snippet is below :
import htmlmin
descc=mbo.getString("DESCRIPCION_LONGDESCRIPTION")
LONGDESCRIPTION=mbo.getMboSet("REP_LONGDESC")
if LONGDESCRIPTION is not None: longMbot=LONGDESCRIPTION.getMbo(0) ldtext=longMbot.getString("LDTEXT")
ldtextcode= htmlmin.minify(ldtext, remove_empty_space=True)
print len(ldtextcode)
print 'hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh'
print "mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmk"
if len(ldtextcode)>32000:
errorgroup = "catalizadores"
errorkey = "ITEM_Check"
I am getting the error like ImportError: No module named htmlmin i