STS-Pi Robot camera web interface

Hallo Mark,

I’ve installed STS Pilot but get the following message when I try python app.py:

//Traceback (most recent call last):
File “app.py”, line 10, in
from gevent.wsgi import WSGIServer
ImportError: No module named wsgi//

I’m not really sure how to get around this and am hoping you might be able to help. Thanks in advance
Simon

Hallo Mark,

after searching in the Internet, I think I found an appropriate solution:
I changed the variable in the app.py file Line 10 from:
//from gevent.wsgi import WSGIServer// to:
//from gevent pywsgi import WSGIServer//.
This seems to have done the trick and everything seems to be working fine. Thanks very much for a terrific application.

Simon