In Python 3.x, you can start / run local web server with the following command:-
python -m http.server 8000
If you run the older command (for Python 2.x),
python -m SimpleHTTPServer 8000
you will get an Error Message: No module named SimpleHTTPServer
Hope this post entry helps you.
Hope this post entry helps you.
No comments:
Post a Comment
Saya sangat mengalu-alukan sebarang komen dan cadangan daripada anda semua.