lennylxx / ipv6-hosts

Fork of https://code.google.com/archive/p/ipv6-hosts/, focusing on automation
MIT License
4.46k stars 1.03k forks source link

update_hosts.py #232

Closed yufengwhy closed 6 years ago

yufengwhy commented 6 years ago

我运行python update_hosts.py时候报错: $ python update_hosts.py File "update_hosts.py", line 166 print(outbuf, end='', flush=True) ^ SyntaxError: invalid syntax

好像是缩进的问题?请问有什么好办法可以消除这个缩进的问题,特别是在本机跑别人的代码的时候?

HowBoring commented 6 years ago

明显这是Py3的脚本,你非要用Py2运行

发送自 Windows 10 版邮件应用

发件人: yufengwhy 发送时间: 2018年3月31日 12:12 收件人: lennylxx/ipv6-hosts 抄送: Subscribed 主题: [lennylxx/ipv6-hosts] update_hosts.py (#232)

我运行python update_hosts.py时候报错: $ python update_hosts.py File "update_hosts.py", line 166 print(outbuf, end='', flush=True) ^ SyntaxError: invalid syntax 好像是缩进的问题?请问有什么好办法可以消除这个缩进的问题,特别是在本机跑别人的代码的时候? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.