>>1621294So, I download all the dll files, and it worked fine with the stock general_settings.py but when I try to change for the custom general_settings.py, the windawesome doesn't run and the log file give me this:
OS: Microsoft Windows NT 6.1.7601 Service Pack 1
CLR: 4.0.30319
64-bit OS: True
64-bit process: True
Elevated: False
Microsoft.Scripting.SyntaxErrorException: Non-ASCII character '\xe4' in file C:\Windawesome\Config\1-General
Settings.py on line 162, but no encoding declared; see
http://www.python.org/peps/pep-0263.html for details
at IronPython.Compiler.Parser.ParseFile(Boolean makeModule, Boolean returnValue)
at IronPython.Runtime.PythonContext.ParseAndBindAst(CompilerContext context)
at IronPython.Runtime.PythonContext.CompileSourceCode(SourceUnit sourceUnit, CompilerOptions options, ErrorSink errorSink)
at Microsoft.Scripting.SourceUnit.Execute(Scope scope, ErrorSink errorSink)
at Microsoft.Scripting.Hosting.ScriptEngine.ExecuteFile(String path, ScriptScope scope)
at Windawesome.Config.PluginLoader.LoadAll(Windawesome windawesome, Config config, IEnumerable`1 files)
at Windawesome.Windawesome..ctor()
at Windawesome.Program.Main()
Inner Exception:
none