Fenixin/Minecraft-Region-Fixer

Cannot run the script

Closed this issue · 2 comments

xzkov commented

I have Python 3.8 x64 installed on Win7 and taking an error message after trying to run the script:
C:\Users\MOONLIGHT\Desktop\Minecraft-Region-Fixer-master>py regionfixer.py C:\Users\MOONLIGHT\Desktop\world
Traceback (most recent call last):
File "regionfixer.py", line 29, in <module>
from regionfixer_core import world
ValueError: source code string cannot contain null bytes

Can I do something with that? Help please.

I'm looking ath this thread and it seems to be the same thing. Could you try to remove the *.pyc files created by python? This would help to regenerate them and maybe solves the issue.

Closing this, feel free to open a new issue if you still have problems