Renaming file I got this error: !MESSAGE Variable references non-existent resource
Renaming file I got this error: !MESSAGE Variable references non-existent resource
我正在 Python(使用 Pygame)使用 LiClipse(基于 Eclipse)制作游戏。我执行所有操作的主文件名为“prueba.py”。我已将其重命名为“Main.py”,然后尝试 运行 我遇到此错误的项目:
!MESSAGE Variable references non-existent resource :
${workspace_loc:MyGame/prueba.py}
有没有我可以更改文件或类似内容的文件?无论如何,我该如何解决?我尝试了 google 和 Whosebug 的许多解决方案(例如这个 Variable references non-existent resource Build.xml),但它们没有用或不适用于我的问题。
这可能是项目的 运行 配置。
在 'Run > Run Configurations' 中查找您的项目并检查变量。
我正在 Python(使用 Pygame)使用 LiClipse(基于 Eclipse)制作游戏。我执行所有操作的主文件名为“prueba.py”。我已将其重命名为“Main.py”,然后尝试 运行 我遇到此错误的项目:
!MESSAGE Variable references non-existent resource : ${workspace_loc:MyGame/prueba.py}
有没有我可以更改文件或类似内容的文件?无论如何,我该如何解决?我尝试了 google 和 Whosebug 的许多解决方案(例如这个 Variable references non-existent resource Build.xml),但它们没有用或不适用于我的问题。
这可能是项目的 运行 配置。
在 'Run > Run Configurations' 中查找您的项目并检查变量。