Why would an “command not recognized” error occur only when a window is populated?

前端 未结 2 1260
被撕碎了的回忆
被撕碎了的回忆 2021-01-24 15:08

My record sheet app has a menu option for creating a new, blank record sheet. When I open a sheet window, I can open new windows without a problem, using subprocess.Popen() to d

2条回答
  •  [愿得一人]
    2021-01-24 15:45

    The suggested answer seems to have fixed the problem. I also realized that I needed to use os.name to determine which OS is being used, then I can use the correct path format for loading the external Python file.

提交回复
热议问题