[Twisted-Python] multicast multi-listen not working or just not working on OSX?
jarrod roberson
jarrod.roberson at gmail.com
Thu Mar 10 12:14:59 MST 2005
On Thu, 10 Mar 2005 11:43:56 -0500, Itamar Shtull-Trauring
<itamar at itamarst.org> wrote:
> On Thu, 2005-03-10 at 11:12 -0500, jarrod roberson wrote:
>
> > what is the correct way to write a protocol handler that will
> > multilisten on a multicast socket?
>
> In Twisted 2.0 there's a flag to listenMulticast that lets you do this.
> Also look in my sandbox for some prelim zeroconf code (enough to be able
> to read info, not good enough to publish).
>
what I am trying to get done first is a responder for my application
to reply to queries / publish
I got the lastest version of Twisted from subversion ( 13109 ) and
installed it by doing a
python setup.py all install
now I get this error on all my code ( and the mdns.py code from your sandbox )
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
from twisted.internet import protocol
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/twisted/internet/protocol.py",
line 18, in ?
from zope.interface import implements
ImportError: No module named zope.interface
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
is there a dependancy on Zope with Twisted 2.x?
I did find the protocol.py file the line from zope.interface import implements
what am I missing here?
More information about the Twisted-Python
mailing list