looks like most of the scripts run under python2. since python2 is history is there any work in progress to convert them to python3? my python3 scripts can't run as sys.path shows all python2 stuff ...
1 修改语法:通过2to3.py脚本,解决大部分python脚本的语法问题 具体命令,如修改a.py:/home/work/2to3.py -w /xxx/xxx/a.py 2 调试 ...