-
Notifications
You must be signed in to change notification settings - Fork 4
Error in mian.py #26
Comments
Hello! Which mian version are you running? Can you paste here the lines where you added the "#" as the wiki says? Can you tell me your python version? |
The mian version is 0.9.2 and phyton is v2.7.2 |
I don't know why is this happening, but try commenting out the lines 334, 334 and 335. They are just another way to decompress chunk data, but is unused in practice and that piece of code seems to have problems in your machine (no idea why). |
Well, i think now it's complete broken o_O. C:\Users\Coolzero\Desktop\l0b0-mian-5f18c81\mian>mian.py -b 09 "C:\Users\Coolzero\AppData\Roaming.minecraft\saves\mcsm" Traceback (most recent call last): I've deinstalled phyton x64 and installed the x86 version again but the error is the same :(. |
Ah! this looks better :) matplotlib needs numpy, is it installed? If so you maybe need to reinstall it. You said you read the wiki, so sure you installed it, reinstall it using the x86 or x64, depending of your python version and try again. (here is the link) |
Thanks a lot Fenixin, now it works :). I have downloaded "numpy-1.6.1-win32-superpack-python2.7.exe", "matplotlib-1.0.1.win32-py2.7.exe" and installed it. This solved the problem. |
Glad it worked! :D (close the issue is everything it's ok) |
Hi,
i try to run mian on Win7 x64.
I have edited the mian.py by changing the as the wiki says ^^,
but when i start it i get the following error:
C:\Users\Coolzero\Desktop\l0b0-mian-5f18c81\mian>mian.py -b 09 "C:\Users\Coolzero\AppData\Roaming.minecraft\saves\mcsm"
File "C:\Users\Coolzero\Desktop\l0b0-mian-5f18c81\mian\mian.py", line 334
with GzipFile(fileobj=StringIO(string)) as gzip_file:
^
SyntaxError: invalid syntax
C:\Users\Coolzero\Desktop\l0b0-mian-5f18c81\mian>
Can someone check this please ?
Thanks, C00lzer0
The text was updated successfully, but these errors were encountered: