qpython-android / qpython.org

QPython contributor & sugguestion & question homepage
http://qpython.org
58 stars 11 forks source link

Twisted Web Socket txWS #32

Open luis-rico opened 9 years ago

luis-rico commented 9 years ago

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

riverfor commented 9 years ago

Can you execute "pip install zope.interface" throught script's pip_console.py ?

luis-rico commented 9 years ago

zope.interface installed properly however issue remains the same:

ImportError: No module named twisted.internet.interfaces