Y
Hacker News
new
|
ask
|
show
|
jobs
by
kfir
2963 days ago
SimpleHTTPServer is no longer part of python 3. On Python 3 this `python -m SimpleHTTPServer` should be `python -m http.server`
1 comments
emj
2962 days ago
python2 will work for many years to come.
python2 -m SimpleHTTPServer
link