On 11:44 am, [email protected] wrote:
I use cygwin in Windows Vista.
‍
I install twisted using tool setup-x86.exe which is suggested by cygwin.‍

epoll is a Linux-only feature. twisted.internet.epollreactor is only usable on Linux. You should probably remove the explicit reactor selection from the code you're trying to run. Twisted will make a reasonable guess about what reactor is best to use on the platform you happen to be using if you just import twisted.internet.reactor. Failing that, twistd has command-line arguments to allow the user to make an explicit reactor selection.

Jean-Paul

_______________________________________________
Twisted-Python mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to