<div dir="ltr">Recently i try to deploy my project into buildbot. Buildbot work prefect except mail module. it always show error"twisted-mail is not installed. cannot send mail" when i update master.cfg. below is email moudle <span style="color:rgb(67,67,67);font-family:Tahoma,Arial,宋体,"Malgun Gothic";font-size:12px;line-height:24px;background-color:rgb(242,242,242)">relevant code in master.cfg:</span><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font color="#434343" face="Tahoma, Arial, 宋体, Malgun Gothic"><span style="font-size:12px"><br></span></font></div><div><font color="#434343" face="Tahoma, Arial, 宋体, Malgun Gothic"><span style="font-size:12px">Env:</span></font></div><div><font color="#434343" face="Tahoma, Arial, 宋体, Malgun Gothic"><span style="font-size:12px">python3.4  ubuntu16.04 server </span></font></div><div><font color="#434343" face="Tahoma, Arial, 宋体, Malgun Gothic"><span style="font-size:12px">Code:</span></font></div></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div><font color="#434343" face="Tahoma, Arial, 宋体, Malgun Gothic"><div><span style="font-size:12px">c['services'] = []</span></div></font></div></div><div><font color="#434343" face="Tahoma, Arial, 宋体, Malgun Gothic"><div><span style="font-size:12px">from buildbot.reporters.mail import MailNotifier</span></div></font></div><div><font color="#434343" face="Tahoma, Arial, 宋体, Malgun Gothic"><div><span style="font-size:12px">mn = MailNotifier(fromaddr='<a href="mailto:xx@gmail.com">xx@gmail.com</a>', relayhost="<a href="http://smtp.gmail.com">smtp.gmail.com</a>",extraRecipients=["<a href="mailto:xx@gmail.com">xx@gmail.com</a>"], smtpPort=587, smtpUser="xxx", smtpPassword="xxx")</span></div></font></div><div><font color="#434343" face="Tahoma, Arial, 宋体, Malgun Gothic"><div><span style="font-size:12px">c['services'].append(mn)</span></div><div><span style="font-size:12px"><br></span></div></font></div></blockquote><font color="#434343" face="Tahoma, Arial, 宋体, Malgun Gothic"><span style="font-size:12px"> i have installed twisted using "pip install Twisted", and as my consideration, buildbot cannot work if i failed to install it. </span></font><span style="color:rgb(67,67,67);font-family:Tahoma,Arial,宋体,"Malgun Gothic";font-size:12px">Is my code error or i have not installed necessary library, anyone could give me some comment, appreciate your help.</span><div><br></div><div><div><div><span style="color:rgb(67,67,67);font-family:Tahoma,Arial,宋体,"Malgun Gothic";font-size:12px;line-height:24px;background-color:rgb(242,242,242)"><br></span></div></div></div></div>