Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slicer not working #2

Open
rodrigoplatero opened this issue Jun 14, 2021 · 2 comments
Open

slicer not working #2

rodrigoplatero opened this issue Jun 14, 2021 · 2 comments

Comments

@rodrigoplatero
Copy link

trying to use it here, my schematic is teste.schematic
python run.py teste.schematic y -n -g
every time reame shows up, no error msg
there is no output directory
does it really workw?

@FehseD
Copy link

FehseD commented Dec 27, 2021

Make sure you have the modules nbt , numpy and Pillow installed. Then it should give you something.

@seb303
Copy link

seb303 commented Jan 11, 2022

You won't see the error message because of the catch all exception handler which just prints the usage instructions.

Edit run.py and change the code at the very end from:

	try:
		main()
	except:
		print(strHelp) # lol

to simply:

	main()

Then you should see the actual error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants