nalgene icon indicating copy to clipboard operation
nalgene copied to clipboard

No such file or directory:'test2.json'

Open tcxia opened this issue 6 years ago • 2 comments

tcxia avatar Oct 08 '18 09:10 tcxia

test_json = json.load(open('test2.json')) FileNotFoundError: [Errno 2] No such file or directory: 'test2.json' How can i find test2.json

kiranmahto avatar Jan 22 '19 06:01 kiranmahto

i resolved this.It is only if you want to test with your test.json file.if you don't have test.json then you can comment #test_json = json.load(open('test2.json')) #root_context = Node('%').add(parse_dict(test_json)) both lines.

kiranmahto avatar Jan 22 '19 07:01 kiranmahto