diff --git a/README b/README index 251ebb97c..7f8de8709 100644 --- a/README +++ b/README @@ -3,10 +3,9 @@ Anki Prerequisites for Linux/FreeBSD/etc: -- Python 2.4+ -- Python-Qt/PyQt 4.5+ +- Python 2.5+ +- Python-Qt/PyQt 4.6+ - SimpleJSON 1.7.3+ -- PySQLite 1.3+ or Python2.5 - Beautiful Soup For audio playing support: diff --git a/aqt/editor.py b/aqt/editor.py index 3267816c7..32ab1c938 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -19,6 +19,8 @@ import anki.js # is focused, which is not good when the user is tabbing through the dialog # fixme: set rtl in div css +# fixme: commit from tag/group area causes error + pics = ("jpg", "jpeg", "png", "tif", "tiff", "gif") audio = ("wav", "mp3", "ogg", "flac")