Changes between Initial Version and Version 3 of Ticket #28957


Ignore:
Timestamp:
Dec 22, 2017, 8:47:55 AM (6 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28957

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #28957 – Description

    initial v3  
    22
    33following the error.
    4 
     4{{{
    55/usr/local/lib/python3.6/site-packages/fuzzywuzzy/fuzz.py:35: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning
    66  warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning')
     
    7676    _mysql.connection.query(self, query)
    7777django.db.utils.OperationalError: (1290, 'The MySQL server is running with the --read-only option so it cannot execute this statement')
    78 
     78}}}
Back to Top