browserBot

Hi,

I’ve tried to get the browserBot working using the instructions online.

following the instructions to install Tornado

"To install Tornado on Raspberry Pi, first install pip on the RaspberryPi:

sudo apt-get install python-pip
And then install Tornado for python using PIP:

pip install tornado"

then running RPi_Server_Code.py

but keep getting the error below

pi@raspberrypi ~/BrickPi_Python/Project_Examples/browserBot $ python RPi_Server_Code.py
Traceback (most recent call last):
File “RPi_Server_Code.py”, line 39, in <module>
import tornado.ioloop
ImportError: No module named tornado.ioloop

john