From df5f7a0c831a77b4c981e168a5dbbdcaaa4d90b9 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 17 Apr 2020 20:24:30 +1000 Subject: Update Python versions. Modules that are only used as top level scripts or from scripts that require Python 3.6 have Python 2.x support removed. Modules that may be called from Python 2 for PySide require Python 2.7. Documented how to run scripts. --- lexilla/src/README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lexilla') diff --git a/lexilla/src/README b/lexilla/src/README index 3ccc4bad1..aec65a08d 100644 --- a/lexilla/src/README +++ b/lexilla/src/README @@ -39,4 +39,7 @@ The built libraries are copied into scintilla/bin. Lexilla relies on a list of lexers from the scintilla/lexers directory. If any changes are made to the set of lexers then source and build files can be regenerated with the lexilla/scripts/LexillaGen.py script which requires Python 3 and is tested with 3.7+. - python LexillaGen.py +Unix: + python3 LexillaGen.py +Windows: + pyw LexillaGen.py -- cgit v1.2.3