Comment 15 for bug 380955

Revision history for this message
GEM (nimp3) wrote :

before to build setup for windows, in file C:\Python25\Lib\email\mime\__init__.py I add lines :

from email.mime import application
from email.mime import audio
from email.mime import base
from email.mime import image
from email.mime import message
from email.mime import multipart
from email.mime import nonmultipart
from email.mime import text

all this compiled modules (.pyo) are added for server and client gtk in library.zip\email\mime

build himself setup for windows :
http://www.openobject.com/forum/topic12184.html