| DrTrigon added a comment. |
I tried to use the github file-metadata by doing:
$ sudo apt-get install python-matplotlib python-zbar $ git clone https://github.com/AbdealiJK/file-metadata.git $ ln -s file-metadata/file_metadata file_metadata $ python -c'import file_metadata; print file_metadata.__version__'0.1.0.dev99999999999999 $ python file_metadata_bot.py -cat:SVG_files -limit:5 Traceback (most recent call last): File "file_metadata_bot.py", line 13, in <module> from file_metadata.image.image_file import ImageFile File "/home/osboxes/core/file_metadata/image/image_file.py", line 34, in <module> warnings.simplefilter('error', Image.DecompressionBombWarning) AttributeError: 'module' object has no attribute 'DecompressionBombWarning' <type 'exceptions.AttributeError'> CRITICAL: Waiting for 1 network thread(s) to finish. Press ctrl-c to abort
May be it messes something up because I am not using virtualenv.
TASK DETAIL
EMAIL PREFERENCES
To: DrTrigon
Cc: zhuyifei1999, jayvdb, AbdealiJK, Aklapper, pywikibot-bugs-list, DrTrigon, Zppix, Lethexie, Jay8g
Cc: zhuyifei1999, jayvdb, AbdealiJK, Aklapper, pywikibot-bugs-list, DrTrigon, Zppix, Lethexie, Jay8g
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
