6 ms·
SimpleHTTPServer is no longer part of python 3. On Python 3 this `python -m SimpleHTTPServer` should be `python -m http.server`
by kfir 8y ago
SimpleHTTPServer is no longer part of python 3.
On Python 3 this `python -m SimpleHTTPServer` should be `python -m http.server`
- emj 8y agopython2 will work for many years to come. python2 -m SimpleHTTPServer