add modules in server\setup.py to be collected during the build, line 151, to 
solve error of install modules smtp and powermail :

you should have now (just if you want):

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", [color=red]"libxslt", "libxml2", "mako", 
"poplib", "imaplib", "email"[/color]], (line 151)





-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=51465#51465

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to