example python windows python-3.x simplehttpserver

python http server example



Configurar Python simpleHTTPserver en Windows (1)

Esta pregunta ya tiene una respuesta aquí:

Quiero configurar Python SimpleHTTPServer en Windows XP. Tengo Python instalado en mi computadora. Estoy ejecutando el siguiente comando:

python -m SimpleHTTPServer 8888

Pero estoy obteniendo el error:

C:/Python33/python.exe: No module named SimpleHTTPServer

¿ SimpleHTTPServer para Python está disponible en Windows? En caso afirmativo, ¿qué debo hacer para configurar el servidor?