Getting PyAIMt working

Hey guys, I have searched long and hard for a solution to this problem but have so far come up empty.

I have a FreeBSD 5.4 system with Wildfire running great (well, I have a few issues but we’'ll save those for another time) and decided to try and get AIM and MSN support going.

I downloaded the latest pyaim-t-0.7b.tar.gz and when I try and run PyAIMt like so…

starbuck# ./PyAIMt[/i]

I get this back,

Traceback (most recent call last):

File “main.py”, line 4, in ?

import exception

File “/root/pyaim-t-0.7b/src/exception.py”, line 6, in ?

import debug

File “/root/pyaim-t-0.7b/src/debug.py”, line 7, in ?

import utils

File “/root/pyaim-t-0.7b/src/utils.py”, line 57, in ?

from twisted.xish.domish import Element

ImportError: No module named xish.domish[/i]

Now you’‘ll probably jump on me and say "Twisted isn’‘t installed man!" but that when I would say… it is so! Atleast I have successfully installed it as far as I can tell… Python is working… I just don’‘t know why it won’'t work.

So here is what I am hoping… one of you may have seen this before and can give me some guidance as to how I can get this working. Please? Anyone?

Cheers guys,