RavinMaddHatter / plot-world-maker-bedrock

This makes a behavior pack to make plot worlds for bedrock edition
MIT License
4 stars 0 forks source link

No such file or directory: 'playerdefault.json' #6

Closed ihategravel2 closed 3 years ago

ihategravel2 commented 3 years ago

Upon Pushing "Make Pack" You get a error.

Exception in Tkinter callback Traceback (most recent call last): File "tkinter__init.py", line 1883, in call__ File "plotzMaker.py", line 17, in makepack with open("playerdefault.json") as f: FileNotFoundError: [Errno 2] No such file or directory: 'playerdefault.json'

RavinMaddHatter commented 3 years ago

Do you have the lookups adjacent to the program or just the exe. You need the whole package the exe doesn't work stand alone

On Tue, May 25, 2021, 12:25 PM ihategravel2 @.***> wrote:

Upon Pushing "Make Pack" You get a error.

Exception in Tkinter callback Traceback (most recent call last): File "tkinterinit.py", line 1883, in call File "plotzMaker.py", line 17, in makepack with open("playerdefault.json") as f: FileNotFoundError: [Errno 2] No such file or directory: 'playerdefault.json'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RavinMaddHatter/plot-world-maker-bedrock/issues/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBUC5FRQURDR7PRZ3JEP7LTPP2SPANCNFSM45QBHYOQ .

ihategravel2 commented 3 years ago

I have the .exe with all the other files in the folder.

ihategravel2 commented 3 years ago

I added the file itself from the repository and it worked. I'm not sure why it was just missing for some reason.