When i run python mgr.py i get the following error:
File "C\Git\PokeyPyManager\mgr.py" line 371, in
Traceback (most recent call last):
File "C\Git\PokeyPyManger\mgr.py", line 371 in
json.dump(data, open('static/catch_data.json', 'w'))
IOError [Errno 2] No such file or directory: 'static/catch_data.json'
Not sure if i did something wrong on the installation but the file seems to be there, but not recognized. I tried a few alternate paths.