可能重复:
Passing command Line argument to Python script within Eclipse(Pydev)
我有一个包含以下行的python脚本:
reportIP(sys.argv[1])
当我运行代码时,我收到以下错误:
IndexError: list index out of range
我知道有一个论点需要通过。如果我在添加PyDev后从eclipse运行代码,我该怎么做?请尽量详细说明。
答案 0 :(得分:3)
https://stackoverflow.com/a/4355739/1204143来自Andrew White:
点击工具栏中的播放按钮向下箭头 - >运行配置 - > (双击)Python Run - >右侧的参数选项卡。
从那里你可以填写Program Arguments文本框。