I am working on a an executable AIM program. However, when i compile with py2exe, i get a runtime error:
ImportError: You need to have the Twisted Words package installed to use twisted.protocols.oscar. ...
However, I do have that installed. The *.py file works in Twisted.
I have tried:
import twisted.words
from twisted import words
but i still get this error message when compiled.
Thank you in advance for any help.