In tinycorelinux you have to run the following 1st.
rm /usr/local/lib/python2.7/SocketServer.py
cp /tmp/tcloop/python/usr/local/lib/python2.7/SocketServer.py /usr/local/lib/python2.7/SocketSerever.py
Then you remove `import sys` from `/usr/local/lib/python2.7/SocketServer.py` and add the following to the top
import sys
reload(sys)
sys.setdefaultencoding('utf8')
I'm in the process of creating a tinycorelinux iso so people can run it on Windows through VirtualBox.