Set up Python simpleHTTPserver on Windows

I want to set up Python SimpleHTTPServer on Windows XP. I have Python installed on my computer. I am executing the following command: python -m SimpleHTTPServer 8888 But I am getting the error: C:Python33python.exe: No module named SimpleHTTPServer Is SimpleHTTPServer for Python available on Windows? If yes, what do I do to set up the … Read more