Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
https://phoenix.apache.org/building_website.html
- cd site/publish
- python -m SimpleHTTPServer 8000
Running above with Python 3, gives error as No module named SimpleHTTPServer. It’s because in python 3, SimpleHTTPServer has been merged into http.server module.