gpt4 book ai didi

python-3.4 - Python 3 http.server 语法错误

转载 作者:行者123 更新时间:2023-12-04 13:49:02 25 4
gpt4 key购买 nike

您好,我尝试设置我的第一个简单的 Python http 服务器。这就是我尝试过的。请帮忙。

>>>import os
>>>os.chdir('/users/ds/my documents/pythonservers/frenchacademy')
>>>os.getcwd()
'C:\\users\\ds\\my documents\\pythonservers\\frenchacademy'
>>> python -m SimpleHTTPServer
SyntaxError: invalid syntax
>>> python -m SimpleHTTPServer 8000
SyntaxError: invalid syntax
>>> -m SimpleHTTPServer
SyntaxError: invalid syntax
>>> python -m http.server
SyntaxError: invalid syntax
>>> -m http.server
SyntaxError: invalid syntax
>>> --version
Traceback (most recent call last):
File "<pyshell#17>", line 1, in <module>
--version
NameError: name 'version' is not defined
>>> python --version
Traceback (most recent call last):
File "<pyshell#18>", line 1, in <module>
python --version
NameError: name 'python' is not defined
>>> $ python -m http.server
SyntaxError: invalid syntax
>>> python3 -m http.server
SyntaxError: invalid syntax
>>> -m http.server
SyntaxError: invalid syntax
>>> python3 -m http.server --help
SyntaxError: invalid syntax

最佳答案

为解决方案提供资金。通常是一个愚蠢的错误。我必须将命令放在 Windows 命令行中,而不是放在 Python 本身中。

关于python-3.4 - Python 3 http.server 语法错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27568283/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com