We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 0.13 Python: 2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:22:17) [MSC v.1500 32 bit (Intel)] Traceback (most recent call last): File "C:\Python27\Scripts\glue-script.py", line 11, in load_entry_point('glue==0.13', 'console_scripts', 'glue')() File "c:\python27\lib\site-packages\glue-0.13-py2.7.egg\glue\bin.py", line 262, in main sys.stderr.write("PIL version: {0}\n".format(PImage.VERSION)) AttributeError: 'module' object has no attribute 'VERSION'
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: 0.13
Python: 2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:22:17) [MSC v.1500 32 bit (Intel)]
Traceback (most recent call last):
File "C:\Python27\Scripts\glue-script.py", line 11, in
load_entry_point('glue==0.13', 'console_scripts', 'glue')()
File "c:\python27\lib\site-packages\glue-0.13-py2.7.egg\glue\bin.py", line 262, in main
sys.stderr.write("PIL version: {0}\n".format(PImage.VERSION))
AttributeError: 'module' object has no attribute 'VERSION'
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: