Comment 25 for bug 380955

Revision history for this message
GEM (nimp3) wrote :

in fact powermail do an error at the install with I said before.

in fact just add module "email" to the list packages in server\setup.py as :

options = {
    "py2exe": {
        "compressed": 1,
        "optimize": 2,
        "dist_dir": 'dist',
        "packages": ["lxml", "lxml.builder", "lxml._elementpath", "lxml.etree",
                     "lxml.objectify", "decimal", "xml", "xml.dom", "xml.xpath",
                     "encodings","mx.DateTime","wizard","pychart","PIL", "pyparsing",
                     "pydot","asyncore","asynchat", "reportlab", "vobject",
                     "HTMLParser", "select", "libxslt", "libxml2", "mako", "poplib", "imaplib", "email"], (line 151)