We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3a2cf5 + abed92b commit e85579bCopy full SHA for e85579b
1 file changed
deppth2/texpacking.py
@@ -8,9 +8,9 @@
8
import re
9
10
try:
11
- import scipy.spatial
12
import PyTexturePacker
13
import PIL.Image
+ import scipy.spatial
14
except ImportError as e:
15
print("These scripts requires the scipy, PyTexturePacker and pillow packages. Please install them with pip.")
16
0 commit comments