When I run python -m SimpleHTTPServer 8000
or python -m CGIHTTPServer 8000
in cmd, I get this error :
No module named SimpleHTTPServer
or
No module named CGIHTTPServer
Does anyone know why this happens or another way to test python cgi-scripts?