Hi all,

I upgraded to Leopard and now receive the following on PyMSNt startup:

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.
Traceback (most recent call last):
  File "./PyMSNt.py", line 14, in <module>
    main.main()
  File "/private/var/jabberd/modules/pymsnt/src/main.py", line 398, in
main
    app = App()
  File "/private/var/jabberd/modules/pymsnt/src/main.py", line 335, in
__init__
    twistd.checkPID(config.pid)
AttributeError: 'module' object has no attribute 'checkPID'

I'm used to seeing the first three lines. The part that seems new is
"AttributeError: 'module' object has no attribute 'checkPID'". Could
this possibly be caused by an upgraded version of Python? Current
version is 2.5.1.

I was never able to get 0.11.3 working. I tried it again and receive a
different error:

Traceback (most recent call last):
  File "./PyMSNt.py", line 13, in <module>
    import main
  File "/private/var/jabberd/modules/pymsnt/src/main.py", line 15, in
<module>
    bestReactor = __import__("twisted.internet." + tryReactor)
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/
Extras/lib/python/twisted/internet/pollreactor.py", line 32, in
<module>
    poller = select.poll()
AttributeError: 'module' object has no attribute 'poll'

Any suggestions as to what might be causing this?

Many thanks,

Jay
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"py-transports" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/py-transports?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to