from txws import WebSocketFactory
reactor.listenTCP(8080, WebSocketFactory(EchoFactory()))
I have the following error message reported in the runtime log:
ImportError: No module named twisted.internet.interfaces
However the installation of txws reported no errors. installation was done by navigating to http://pypi.qpython.org/index.php/qpython-libraries/ in Package Index within the qpython app and by taping on the install icon.
Hi,
When running in script:
from txws import WebSocketFactory reactor.listenTCP(8080, WebSocketFactory(EchoFactory()))
I have the following error message reported in the runtime log:
ImportError: No module named twisted.internet.interfaces
However the installation of txws reported no errors. installation was done by navigating to http://pypi.qpython.org/index.php/qpython-libraries/ in Package Index within the qpython app and by taping on the install icon.
Any pointers to a solution?
Thanks