【问题标题】:No such file or directory in PydevPydev 中没有这样的文件或目录
【发布时间】:2011-03-25 22:04:09
【问题描述】:

我的项目目录中有一个文件,我想在该文件上运行脚本:

myproject\file1

脚本位于myproject\src\script
当我转到run configurations -> arguments 标签并输入file1 时,我得到一个:

IOError: No such file or directory: 'file1'

我做错了什么?

【问题讨论】:

    标签: eclipse command-line arguments pydev


    【解决方案1】:

    按照this thread 中的建议,尝试将运行配置的工作目录设置为:

    ${project_loc}/src/script
    

    【讨论】:

      猜你喜欢
      • 2021-06-24
      • 2015-02-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-01-05
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多