<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Am 05.11.2013 um 13:47 schrieb Laurens Van Houtven <_@lvh.io>:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none; ">Looks like you're missing a bunch of imports; where is meteoService coming from in the tac file? Are these really the files you're attempting to run?</span><br style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "></blockquote></div>This is the complete tac file:<div>---</div><div><div>from twisted.application import internet, service</div><div>from meteo import meteoFactory</div><div><br></div><div>application = service.Application('meteo')</div><div>meteoService = internet.TCPserver(80, meteoFactory(), interface='91.216.35.82')</div><div><span class="Apple-tab-span" style="white-space:pre">                                                                                                  </span># interface='2a02:d40:2:2::82')</div><div>meteoService.setServiceParent(application)</div><div>---</div><div>Axel</div><div>
<div>---<br>PGP-Key:29E99DD6  ☀ +49 151 2300 9283  ☀ computing @ chaos claudius</div>
</div>
<br></div></body></html>