Pydev 中没有这样的文件或目录
我的项目目录中有一个文件,我想在其上运行脚本:
myproject\file1
该脚本位于 myproject\src\script
中。
当我进入运行配置 -> 时argument
选项卡并放入 file1
,我得到一个:
IOError: No such file or directory: 'file1'
我做错了什么?
I have a file in my project directory that I want to run a script on:
myproject\file1
The script is in myproject\src\script
.
When I go to run configurations -> arguments
tab and put file1
, I get an:
IOError: No such file or directory: 'file1'
What am I doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
按照此线程中的建议,尝试设置将运行配置的工作目录更改为:
As suggested in this thread, try setting the working directory of your run configuration to: