You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/glue/bin.py", line 235, in main
manager.process()
File "/usr/lib/python2.7/site-packages/glue/managers/base.py", line 14, in process
self.save()
File "/usr/lib/python2.7/site-packages/glue/managers/base.py", line 45, in save
format.build()
File "/usr/lib/python2.7/site-packages/glue/formats/base.py", line 41, in build
self.save(ratio=ratio)
File "/usr/lib/python2.7/site-packages/glue/formats/img.py", line 147, in save
canvas.save(image_path, **kwargs)
File "/usr/lib64/python2.7/site-packages/PIL/Image.py", line 1477, in save
save_handler(self, fp, filename)
File "/usr/lib64/python2.7/site-packages/PIL/PngImagePlugin.py", line 545, in _save
b'\0') # 12: interlace flag
File "/usr/lib64/python2.7/site-packages/PIL/PngImagePlugin.py", line 471, in putchunk
hi, lo = Image.core.crc32(data, Image.core.crc32(cid))
AttributeError: 'module' object has no attribute 'crc32'
The text was updated successfully, but these errors were encountered:
Version: 0.13
Python: 2.7.5 (default, Apr 2 2020, 13:16:51)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
PIL version: 1.1.7
Platform: Linux-3.10.0-1127.19.1.el7.x86_64-x86_64-with-centos-7.8.2003-Core
Config: {'css_dir': '/home/centos/cnp/coinimages/sprites', 'less_dir': False, 'force': False, 'json_dir': False, 'crop': False, 'less_template': None, 'css_url': u'', 'global_template': None, 'css_namespace': u'', 'html_dir': False, 'css_cachebuster': False, 'recursive': False, 'scss_template': None, 'css_pseudo_class_separator': u'__', 'enabled_formats': ['img', 'css'], 'generate_css': True, 'source': '/home/centos/cnp/coinimages/c', 'optipng': False, 'follow_links': False, 'imagemagick': False, 'each_template': None, 'json_format': u'array', 'watch': False, 'css_sprite_namespace': u'{sprite_name}', 'padding': u'0', 'ratio_template': None, 'ratios': u'1', 'caat_dir': False, 'optipngpath': None, 'css_cachebuster_only_sprites': False, 'scss_dir': False, 'generate_image': True, 'cocos2d_dir': False, 'imagemagickpath': None, 'algorithm': u'square', 'css_cachebuster_filename': False, 'img_dir': '/home/centos/cnp/coinimages/sprites', 'png8': False, 'quiet': False, 'project': False, 'css_separator': u'-', 'algorithm_ordering': u'maxside', 'debug': False, 'output': '/home/centos/cnp/coinimages/sprites', 'margin': u'0', 'css_template': None, 'ignore_filename_paddings': False}
Args: ['/bin/glue', '--namespace=', 'c', 'sprites']
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/glue/bin.py", line 235, in main
manager.process()
File "/usr/lib/python2.7/site-packages/glue/managers/base.py", line 14, in process
self.save()
File "/usr/lib/python2.7/site-packages/glue/managers/base.py", line 45, in save
format.build()
File "/usr/lib/python2.7/site-packages/glue/formats/base.py", line 41, in build
self.save(ratio=ratio)
File "/usr/lib/python2.7/site-packages/glue/formats/img.py", line 147, in save
canvas.save(image_path, **kwargs)
File "/usr/lib64/python2.7/site-packages/PIL/Image.py", line 1477, in save
save_handler(self, fp, filename)
File "/usr/lib64/python2.7/site-packages/PIL/PngImagePlugin.py", line 545, in _save
b'\0') # 12: interlace flag
File "/usr/lib64/python2.7/site-packages/PIL/PngImagePlugin.py", line 471, in putchunk
hi, lo = Image.core.crc32(data, Image.core.crc32(cid))
AttributeError: 'module' object has no attribute 'crc32'
The text was updated successfully, but these errors were encountered: