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.

see "you want know .exe is".


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -