Closed nealmcb closed 7 years ago
Thanks. I will have to check if Py3K is needed, because I don't think so.
It might be just a simple fix. This is what led me to suggest that it was:
python ulogme_serve.py
Traceback (most recent call last):
File "ulogme_serve.py", line 14, in <module>
import socketserver
ImportError: No module named socketserver
https://stackoverflow.com/questions/13329761/no-module-named-serversocket
Yes, I fixed that and another issue (http.server
was called SimpleHTTPServer
in Python 2).
I included all these suggestions in 6aa18ee, thanks. (closing)
Thanks for the updates. Sorry I didn't get a commit in this cool project ;)
Also note need for Python 3 for the visualization (probably want to note it earlier on also), make one of the command lines that gets split across lines a bit easier to read, and fix a bit of grammar. FWIW, I'd suggest also pulling out other command lines that need to be run into their own lines, for clarity and ease of copy-paste.