Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ------------------------------------
- 10/5/2012 3:48:20 PM
- Assemblies:
- Windawesome, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null
- mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
- System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- Microsoft.Scripting, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1
- System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- IronPython, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1
- IronRuby, Version=1.1.3.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1
- Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
- OS: Microsoft Windows NT 6.1.7600.0
- CLR: 4.0.30319
- 64-bit OS: False
- 64-bit process: False
- Elevated: False
- Microsoft.Scripting.SyntaxErrorException: invalid syntax
- at Microsoft.Scripting.ErrorSink.Add(SourceUnit source, String message, SourceSpan span, Int32 errorCode, Severity severity)
- at IronPython.Compiler.Parser.TokenizerErrorSink.Add(SourceUnit sourceUnit, String message, SourceSpan span, Int32 errorCode, Severity severity)
- at IronPython.Compiler.Tokenizer.ReportSyntaxError(IndexSpan span, String message, Int32 errorCode)
- at IronPython.Compiler.Tokenizer.SkipWhiteSpace(Boolean atBeginning)
- at IronPython.Compiler.Tokenizer.Next()
- at IronPython.Compiler.Tokenizer.GetNextToken()
- at IronPython.Compiler.Parser.FetchLookahead()
- at IronPython.Compiler.Parser.StartParsing()
- at IronPython.Compiler.Parser.ParseFileWorker(Boolean makeModule, Boolean returnValue)
- at IronPython.Compiler.Parser.ParseFile(Boolean makeModule, Boolean returnValue)
- at IronPython.Runtime.PythonContext.ParseAndBindAst(CompilerContext context)
- at IronPython.Runtime.PythonContext.CompilePythonCode(SourceUnit sourceUnit, CompilerOptions options, ErrorSink errorSink)
- at IronPython.Runtime.PythonContext.CompileSourceCode(SourceUnit sourceUnit, CompilerOptions options, ErrorSink errorSink)
- at Microsoft.Scripting.SourceUnit.Compile(CompilerOptions options, ErrorSink errorSink)
- at Microsoft.Scripting.SourceUnit.Execute(Scope scope, ErrorSink errorSink)
- at Microsoft.Scripting.Hosting.ScriptSource.Execute(ScriptScope scope)
- at Microsoft.Scripting.Hosting.ScriptEngine.ExecuteFile(String path, ScriptScope scope)
- at Windawesome.Config.PluginLoader.LoadAll(Windawesome windawesome, Config config, IEnumerable`1 files)
- at Windawesome.Config.LoadConfiguration(Windawesome windawesome)
- at Windawesome.Windawesome..ctor()
- at Windawesome.Program.Main()
- Inner Exception:
- none
Advertisement
Add Comment
Please, Sign In to add comment