I am running python 2.4.3, twisted 2.4.0 windows binaries and pyicq-t-0.7a.tar.gz. I am also running the ejabber server local only such that {hosts, ["localhost"]} is set in ejabberd.cfg.
I have configured the config.xml under C:\pyicq based on http://www.ejabberd.im/pyicqt instructions.
I get the error message when I run C:\pyicq>python pyicqt.py:
C:\pyicq>python pyicqt.py
Traceback (most recent call last):
File "pyicqt.py", line 11, in ?
import main
File "C:\pyicq\src\main.py", line 113, in ?
from twisted.internet import pollreactor as bestreactor
File "c:\python24\lib\site-packages\twisted\internet\pollreactor.py", line 32,
in ?
poller = select.poll()
AttributeError: 'module' object has no attribute 'poll'
Also, please confirm that I understand the settings below in config.xml correctly:
The 'jid' setting is a user id that I must register in ejabber like a regular user
The 'secret' is the jid password when registered
Can I locate the extracted pyicq-t-0.7a.tar.gz anywhere,. In this case c:\pyicq
Re: Install PyICQ-t - ICQ transport under Windows->AttributeErro
python error message: you should ask this to PyICQt, not ejabberd.
jid and secret: you are wrong, obviously you didn't understand what the tutorial says. Maybe it's explained better on the PyICQt readme file.