[Tutor] [Python 2.7] HELP: Serving HTTP on 0.0.0.0 port 80 not proceeding
Alan Gauld
alan.gauld at yahoo.co.uk
Mon Feb 27 05:24:27 EST 2017
On 27/02/17 10:13, Allan Tanaka via Tutor wrote:
> I have changed the syntax to be python -m SimpleHTTPServer 8000
> to match my ml python script. Still it doesn't work?
Define "doesn't work"?
What happens? Do you see an error message - if so which one?
What happens if you use the base url?
http://0.0.0.0:8000
Do you get a list of files?
Is your chart.html listed? What happens if you click on the link?
The more specific information you give us the easier it is
for us to help you.
> Scracthing my head...See attached file for screenshoots
This is a text based server it strips out binary
attachments as potential security risks. Cut 'n
paste the text instead.
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos
More information about the Tutor
mailing list