Advertisement
Guest User

Untitled

a guest
Sep 19th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. 9/19/2012 7:17:46 PM
  2. Assemblies:
  3. Windawesome, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null
  4. mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  5. System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  6. System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  7. System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  8. System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  9. Microsoft.Scripting, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1
  10. System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  11. IronPython, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1
  12. IronRuby, Version=1.1.3.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1
  13. Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  14.  
  15. OS: Microsoft Windows NT 6.1.7601 Service Pack 1
  16. CLR: 4.0.30319
  17. 64-bit OS: True
  18. 64-bit process: True
  19. Elevated: False
  20. Microsoft.Scripting.SyntaxErrorException: unexpected token ']'
  21. at Microsoft.Scripting.ErrorSink.Add(SourceUnit source, String message, SourceSpan span, Int32 errorCode, Severity severity)
  22. at IronPython.Compiler.Parser.ReportSyntaxError(Int32 start, Int32 end, String message, Int32 errorCode)
  23. at IronPython.Compiler.Parser.ReportSyntaxError(Token t, IndexSpan span, Int32 errorCode, Boolean allowIncomplete)
  24. at IronPython.Compiler.Parser.ParsePrimary()
  25. at IronPython.Compiler.Parser.ParsePower()
  26. at IronPython.Compiler.Parser.ParseFactor()
  27. at IronPython.Compiler.Parser.ParseExpr(Int32 precedence)
  28. at IronPython.Compiler.Parser.ParseComparison()
  29. at IronPython.Compiler.Parser.ParseNotTest()
  30. at IronPython.Compiler.Parser.ParseAndTest()
  31. at IronPython.Compiler.Parser.ParseOrTest()
  32. at IronPython.Compiler.Parser.ParseExpression()
  33. at IronPython.Compiler.Parser.ParseSubscriptList()
  34. at IronPython.Compiler.Parser.AddTrailers(Expression ret, Boolean allowGeneratorExpression)
  35. at IronPython.Compiler.Parser.ParsePower()
  36. at IronPython.Compiler.Parser.ParseFactor()
  37. at IronPython.Compiler.Parser.ParseExpr(Int32 precedence)
  38. at IronPython.Compiler.Parser.ParseComparison()
  39. at IronPython.Compiler.Parser.ParseNotTest()
  40. at IronPython.Compiler.Parser.ParseAndTest()
  41. at IronPython.Compiler.Parser.ParseOrTest()
  42. at IronPython.Compiler.Parser.ParseExpression()
  43. at IronPython.Compiler.Parser.FinishArgListOrGenExpr()
  44. at IronPython.Compiler.Parser.AddTrailers(Expression ret, Boolean allowGeneratorExpression)
  45. at IronPython.Compiler.Parser.ParsePower()
  46. at IronPython.Compiler.Parser.ParseFactor()
  47. at IronPython.Compiler.Parser.ParseExpr(Int32 precedence)
  48. at IronPython.Compiler.Parser.ParseComparison()
  49. at IronPython.Compiler.Parser.ParseNotTest()
  50. at IronPython.Compiler.Parser.ParseAndTest()
  51. at IronPython.Compiler.Parser.ParseOrTest()
  52. at IronPython.Compiler.Parser.ParseExpression()
  53. at IronPython.Compiler.Parser.FinishListValue()
  54. at IronPython.Compiler.Parser.ParsePrimary()
  55. at IronPython.Compiler.Parser.ParsePower()
  56. at IronPython.Compiler.Parser.ParseFactor()
  57. at IronPython.Compiler.Parser.ParseExpr(Int32 precedence)
  58. at IronPython.Compiler.Parser.ParseComparison()
  59. at IronPython.Compiler.Parser.ParseNotTest()
  60. at IronPython.Compiler.Parser.ParseAndTest()
  61. at IronPython.Compiler.Parser.ParseOrTest()
  62. at IronPython.Compiler.Parser.ParseExpression()
  63. at IronPython.Compiler.Parser.FinishArgListOrGenExpr()
  64. at IronPython.Compiler.Parser.AddTrailers(Expression ret, Boolean allowGeneratorExpression)
  65. at IronPython.Compiler.Parser.ParsePower()
  66. at IronPython.Compiler.Parser.ParseFactor()
  67. at IronPython.Compiler.Parser.ParseExpr(Int32 precedence)
  68. at IronPython.Compiler.Parser.ParseComparison()
  69. at IronPython.Compiler.Parser.ParseNotTest()
  70. at IronPython.Compiler.Parser.ParseAndTest()
  71. at IronPython.Compiler.Parser.ParseOrTest()
  72. at IronPython.Compiler.Parser.ParseTestListAsExpr()
  73. at IronPython.Compiler.Parser.FinishAssignments(Expression right)
  74. at IronPython.Compiler.Parser.ParseExprStmt()
  75. at IronPython.Compiler.Parser.ParseSmallStmt()
  76. at IronPython.Compiler.Parser.ParseSimpleStmt()
  77. at IronPython.Compiler.Parser.ParseFileWorker(Boolean makeModule, Boolean returnValue)
  78. at IronPython.Compiler.Parser.ParseFile(Boolean makeModule, Boolean returnValue)
  79. at IronPython.Runtime.PythonContext.ParseAndBindAst(CompilerContext context)
  80. at IronPython.Runtime.PythonContext.CompileSourceCode(SourceUnit sourceUnit, CompilerOptions options, ErrorSink errorSink)
  81. at Microsoft.Scripting.SourceUnit.Execute(Scope scope, ErrorSink errorSink)
  82. at Microsoft.Scripting.Hosting.ScriptEngine.ExecuteFile(String path, ScriptScope scope)
  83. at Windawesome.Config.PluginLoader.LoadAll(Windawesome windawesome, Config config, IEnumerable`1 files)
  84. at Windawesome.Windawesome..ctor()
  85. at Windawesome.Program.Main()
  86. Inner Exception:
  87. none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement