Installation of Poweremail
The standard windows installer of Open ERP All-in-one or Server lacks certain dependencies needed by poweremail. Amongst these the most important is Mako, the templating engine.
This issue can be solved by:
- Copying the mako folder in the mako-0.2.4-py3.5.egg and then pasting it in the library.zip for windows C:Program FilesOpenERPAllInOneServerlibrary.zip(Usual location)
Another common issue which may arise both in linux and windows is when an older version of python is used. The issue is caused by the lines 32, 33, and 34 in poweremail_core.py. The reason for the issue is the following change in python: http://docs.python.org/library/email#package-history This could be overcome by changing lines 32 -34 to:
- from email.MIMEBase import MIMEBase
- from email.MIMEMultipart import MIMEMultipart
- from email.MIMEText import MIMEText

E-mail
(520) 477-1317
