weixin_39747383 2020-11-19 12:14
浏览 0

It is not possible to use '\\' as path separator in resource or variable imports

Originally submitted to Google Code by jrvilda on 4 Feb 2010

not work in the editor testcases. does not work in the editor of testcases and the dialog Search Keywords does not display all options.

not refresh the grid content "search keykords"

Python 2.6 ride 0.21.1

  • 写回答

6条回答 默认 最新

  • weixin_39747383 2020-11-19 12:14
    关注

    Originally submitted to Google Code by jrvilda on 8 Feb 2010

    The problem is in import resource. In the version 0.20 is permited import with Resource | ..\resource.html

    but in the version 0.21 aren´t permited.

    In 0.20 If I use Resource | ../resource.html all OK If I use Resource | ..\resource.html all OK In 0.21.1 If I use Resource | ../resource.html all OK If I use Resource | ..\resource.html all NOK

    评论

报告相同问题?