python 2.7 - Error generating .exe with py2exe -
i'm genetating .exe python , when try run it, .log generated following lines: traceback (most recent call last): file "cuasimodo.py", line 1077, in ioerror: [errno 2] no such file or directory: 'index.json'
obviously index.json file of program in same file rest, it's having problems finding it. idea?
when open file without specifying full path, opened current working directory. better specify full path.
Comments
Post a Comment