Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http.server in Python 3.6 syntax errors #37

Open
WTalio88 opened this issue Jul 9, 2018 · 0 comments
Open

http.server in Python 3.6 syntax errors #37

WTalio88 opened this issue Jul 9, 2018 · 0 comments

Comments

@WTalio88
Copy link

WTalio88 commented Jul 9, 2018

I'm following instructions in an O'Reily book on data viz to set up a local host 8888 server. Code typed exactly like book results in syntax error. Tried many searches and can't find an answer - - anyone see what's wrong? I have python 3.6.4 on a windows 10 machine.

-m http.server 8888 &
File "", line 1
-m http.server 8888 &
^
SyntaxError: invalid syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant