os.system('start 路径里有空格显示找不到路径')

os.system('start 路径里有空格显示找不到路径')

试试用双引号标识有空格的目内容

os.system('"d:\有空格的    目录\python.exe"')