SearX currently doesn't start up when run with Python 3 as it tries to parse the settings.yml file with ASCII codecs. There are similar problems with engines_languages.json and currencies.json Python 3 requires that files with Unicode characters be read with a 'b' flag. This also works with Python 2 and hence can be integrated into the main source code. Tested with the latest Python 3.6.4rc1 on Debian unstable. Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
|
|
||
50 |
|
50 |
|
51 |
|
51 |
|
52 |
|
52 |
|
53 |
|
|
|
|
53 |
|
|
54 |
|
54 |
|
55 |
|
55 |
|
56 |
|
56 |
|
|
|
||
36 |
|
36 |
|
37 |
|
37 |
|
38 |
|
38 |
|
39 |
|
|
|
|
39 |
|
|
40 |
|
40 |
|
41 |
|
41 |
|
42 |
|
42 |
|
|
|
||
94 |
|
94 |
|
95 |
|
95 |
|
96 |
|
96 |
|
97 |
|
|
|
|
97 |
|
|
98 |
|
98 |
|
99 |
|
99 |
|
100 |
|
100 |
|