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