Re: [Twisted-Python] Have I installed twisted correctly - part II

"It looks like your version of ZopeInterface doesn't want to play nicely with your version of Twisted. Try getting the latest release of each." Jean-Paul Well, I just installed python 2.5 and latest twisted... I don't even know what zope is! I downloaded zope but that doesn't look like it will help me...... Any more ideas? Here's my error again: Traceback (most recent call last): File "<string>", line 74, in run_nodebug File "F:\_Dev\twisted server 20070608\twistedServer.py", line 5, in <module> from twisted.internet import reactor File "C:\Python25\lib\site-packages\twisted\__init__.py", line 19, in <module> from zope.interface import Interface File "C:\Python25\lib\site-packages\zope\interface\__init__.py", line 58, in <module> _wire() File "C:\Python25\lib\site-packages\zope\interface\interface.py", line 936, in _wire classImplements(Attribute, IAttribute) File "C:\Python25\lib\site-packages\zope\interface\declarations.py", line 464, in classImplements spec = implementedBy(cls) File "C:\Python25\lib\site-packages\zope\interface\declarations.py", line 330, in implementedByFallback if isinstance(spec, Implements): TypeError: isinstance() arg 2 must be a class, type, or tuple of classes and types
Si _________________________________________________________________ Txt a lot? Get Messenger FREE on your mobile. https://livemessenger.mobile.uk.msn.com/

On 09:49 pm, sipickles@hotmail.com wrote:
"It looks like your version of ZopeInterface doesn't want to play nicely with your version of Twisted. Try getting the latest release of each." Jean-Paul
Well, I just installed python 2.5 and latest twisted... I don't even know what zope is! I downloaded zope but that doesn't look like it will help me......
Any more ideas?
This doesn't look like a conflict between ZopeInterface (not Zope) and Twisted, per se, it looks like ZopeInterface itself has some problem on your machine. Does the script "from zope.interface import Interface" work, by itself?

On Fri, 08 Jun 2007 16:49:47 -0500, Simon Pickles <sipickles@hotmail.com> wrote:
"It looks like your version of ZopeInterface doesn't want to play nicely with your version of Twisted. Try getting the latest release of each." Jean-Paul
Well, I just installed python 2.5 and latest twisted... I don't even know what zope is! I downloaded zope but that doesn't look like it will help me......
Any more ideas?
Yes, you *have* to download and install the correct version of zope.interface. Seriously, there's no other solution; twisted needs zope.interface. http://cheeseshop.python.org/pypi/zope.interface/3.3.0.1 The link above should get you a working version of zope.interface. Hope this helps, L. Daniel Burr
participants (3)
-
glyph@divmod.com
-
L. Daniel Burr
-
Simon Pickles