Alexey Nezhdanov wrote: > ? ????????? ?? ??????? 02 ??????? 2006 07:17 Steve Gibson ???????(a): >> I''ve got python 2.4.2 with TwistedSumo-2005-11-06. When I run PyAim-t >> I'm getting the following error: >> >> [EMAIL PROTECTED] pyaim-t-0.7b]# ./PyAIMt >> Traceback (most recent call last): >> File "main.py", line 4, in ? >> import exception >> File "/opt/wildfire/pyaim-t-0.7b/src/exception.py", line 6, in ? >> import debug >> File "/opt/wildfire/pyaim-t-0.7b/src/debug.py", line 7, in ? >> import utils >> File "/opt/wildfire/pyaim-t-0.7b/src/utils.py", line 57, in ? >> from twisted.xish.domish import Element >> ImportError: No module named xish.domish > Have you installed Twisted-Xish ?
Isn't Twisted-Xish part of the TwistedSumo package? After unpacking TwistedSumo tt looks like Xish is located in the Twisted-Words directory. I looked for a separate Twisted-Xish package on the Twisted website and couldn't find one... according to the README: Twisted 2.0 Based: Note: You can dodge most of this by installing TwistedSumo, which contains all of the below and then some, including a copy of Zope Interface. Zope Interface (>= 3.0.1) http://www.zope.org/Products/ZopeInterface [ or ZopeX3 (>= 3.0.0c1) http://www.zope.org/Products/ZopeX3 ] Twisted (>= 2.0.0) http://twistedmatrix.com/projects/core/ TwistedWeb (>= 0.5.0) http://twistedmatrix.com/projects/web/ TwistedWords (>= 0.1.0) http://twistedmatrix.com/projects/words/ TwistedXish (>= 0.1.0) http://twistedmatrix.com/projects/xish/ I checked the URL for TwistedXish and it isn't valid. I'm confused. It almost seems like PyAim isn't compatible with the latest Twisted 2.0.
