even if i'm late, the problem is caused by the python version. for example on python2.5 the path to this module looks something like .../email/mime/base.py whereas on python2.4 the path is .../email/MIMEBase.py.
so sharronthomas was quied right... you have to change this lines regarding to the path that leads to the python file containing the MIMEBase class. maybe this post helps some other people in the future -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=45182#45182 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
