> Howdy!
>
> I must admit I've never tried my transports under Windows. That
> said ... as far as I was aware, I'm using the same code James is with
> PyMSN for the reactors. Anyone else on the list have any ideas? (or
> have seen this before and know what to do about it?)
>
> Daniel
>
> On Mar 9, 2006, at 3:46 PM, Ben Smolyansky wrote:
>
> >
> > Hello, I was wondering if you could help me. I have been trying to
> > run pyAIMt 0.7c with Wildfire 2.5 on Win2k3. I've installed all
> > required Twisted libraries. I am not a Python developer therefore
> > it has been difficult for me to diagnose the problem. I have no
> > issues running pyMSNt. Any help would be greatly appreciated.
> > Below is my screen dump:
> >
> >
> > Thanks!
> > Ben Smolyansky
> >
> >
> > Traceback (most recent call last):
> > File "D:\Wildfire\pyaim-t-0.7c\PyAIMt.py", line 11, in ?
> > import main
> > File "D:\Wildfire\pyaim-t-0.7c\src\main.py", line 114, in ?
> > from twisted.internet import pollreactor as bestreactor
> > File "D:\Python\lib\site-packages\twisted\internet
> > \pollreactor.py", line 29, in ?
> > poller = select.poll()
> > AttributeError: 'module' object has no attribute 'poll'
> >
> >
>
I am having the same problem running using ejabberd with PyAIMt 0.7c on
Windows 2k.
Anyone get this running?
Jonathan
(I also tried 0.7b, and I get the following:
Traceback (most recent call last):
File "main.py", line 4, in ?
import exception
File "C:\Program Files\pyaim-t-0.7b\src\exception.py", line 6, in ?
import debug
File "C:\Program Files\pyaim-t-0.7b\src\debug.py", line 7, in ?
import utils
File "C:\Program Files\pyaim-t-0.7b\src\utils.py", line 57, in ?
from twisted.xish.domish import Element
ImportError: No module named xish.domish)