I have installed both PyMSNt and PyAIMt gateways. However, I cannot connect to those respective servers. For example, whenever I login to msn messenger I have to put in an http proxy server address along with port to connect to the service. How, can I do this in Wildfire?
Here is my PyMSNt log:
Unable to install any good reactors (kqueue, epoll, poll).
We fell back to using select. You may have scalability problems.
This reactor will not support more than 1024 connections +at a time.
Unknown reactor: select . Using select(), reactor.
Traceback (most recent call last):
File “PyMSNt.py”, line 12, in ?
main.main()
File “C:\Program Files\Wildfire\pymsnt-0.11\src\main.py”, line 382, in
main
reactor.run()
File "C:\Program Files\Python24\lib\site-packages\twisted\internet\pos
ixbase.py", line 218, in run
self.mainLoop()
File "C:\Program Files\Python24\lib\site-packages\twisted\internet\pos
ixbase.py", line 226, in mainLoop
self.runUntilCurrent()