[IronPython] Error running Django

Jeff Hardy jdhardy at gmail.com
Sat Jun 14 23:09:20 CEST 2008


Hi,
I'm trying to get Django trunk running with 2.0b3 and NWSGI. I get the
error below when running under IIS7; I tried VS2008, but it gives a
different error. I'm just not sure if this is an IronPython issue, a
Django issue, or a NWSGI issue. It looks like Django is doing some
funky stuff that IP doesn't know how to handle, but I'm not sure.

Running Django's WSGI handler from the command line instead of NWSGI
resulted in the same error.

Anybody have any ideas?

-Jeff

-------------------------------

Server Error in '/django-demo' Application.
--------------------------------------------------------------------------------

Operation is not valid due to the current state of the object.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: Operation is not
valid due to the current state of the object.

Source Error:


Line 161:                self.__dispatch[resultclass] = {}
Line 162:                for (k, v) in resultclass.__dict__.items():
*Line 163:                    setattr(self, k,
self.__promise__(resultclass, k, v))
Line 164:            self._delegate_str = str in resultclasses
Line 165:            self._delegate_unicode = unicode in resultclasses


Source File: C:\inetpub\wwwroot\django-demo\bin\Lib\django\utils\functional.py
   Line: 163

Stack Trace:


[InvalidOperationException: Operation is not valid due to the current
state of the object.]
   IronPython.Runtime.Operations.PythonOps.SlotSetValue(CodeContext
context, PythonTypeSlot slot, Object instance, PythonType owner,
Object value) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Operations\PythonOps.cs:2842
   _stub_$3980##1168(Closure , CallSite , CodeContext , Object , Object ) +228
   _stub_MatchCaller(Object , CallSite , Object[] ) +112
   Microsoft.Scripting.Actions.CallSite`1.UpdateAndExecute(Object[]
args) in C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\CallSite.cs:297
   Microsoft.Scripting.Actions.UpdateDelegates.Update3(CallSite site,
T0 arg0, T1 arg1, T2 arg2) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\UpdateDelegates.Generated.cs:41
   Microsoft.Scripting.Actions.DynamicSite`3.Invoke(CodeContext
context, T0 arg0, T1 arg1) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting\Actions\DynamicSite.Generated.cs:86
   IronPython.Runtime.Operations.PythonOps.SetAttr(CodeContext
context, Object o, SymbolId name, Object value) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Operations\PythonOps.cs:1055
   IronPython.Runtime.Builtin.setattr(CodeContext context, Object o,
String name, Object val) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Builtin.cs:1440
   _stub_$3928##1116(Closure , CallSite , CodeContext , Object ,
Object , Object , Object ) +253
   OptScope_functional$31.__init__$1435(Closure , Object self, Object
args, Object kw) in
C:\inetpub\wwwroot\django-demo\bin\Lib\django\utils\functional.py:163
   _stub_$3913##1101(Closure , CallSite , CodeContext , Object ,
Object , Object , Object ) +209
   _stub_MatchCaller(Object , CallSite , Object[] ) +152
   Microsoft.Scripting.Actions.CallSite`1.UpdateAndExecute(Object[]
args) in C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\CallSite.cs:297
   Microsoft.Scripting.Actions.UpdateDelegates.Update5(CallSite site,
T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\UpdateDelegates.Generated.cs:55
   _stub_$3912##1100(Closure , CallSite , CodeContext , Object ,
Object , Object ) +286
   _stub_MatchCaller(Object , CallSite , Object[] ) +132
   Microsoft.Scripting.Actions.CallSite`1.UpdateAndExecute(Object[]
args) in C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\CallSite.cs:297
   Microsoft.Scripting.Actions.UpdateDelegates.Update4(CallSite site,
T0 arg0, T1 arg1, T2 arg2, T3 arg3) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\UpdateDelegates.Generated.cs:48
   _stub_$3911##1099(Closure , CallSite , CodeContext , Object ,
Object , Object ) +409
   _stub_MatchCaller(Object , CallSite , Object[] ) +132
   Microsoft.Scripting.Actions.CallSite`1.UpdateAndExecute(Object[]
args) in C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\CallSite.cs:297
   Microsoft.Scripting.Actions.UpdateDelegates.Update4(CallSite site,
T0 arg0, T1 arg1, T2 arg2, T3 arg3) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\UpdateDelegates.Generated.cs:48
   OptScope_functional$31.__wrapper__$1445(Closure , Object args,
Object kw) in C:\inetpub\wwwroot\django-demo\bin\Lib\django\utils\functional.py:223
   OptScope_functional$31.__wrapper__$1445(Closure , Object[] ) +177
   _stub_$3910##1098(Closure , CallSite , CodeContext , Object , String ) +306
   _stub_MatchCaller(Object , CallSite , Object[] ) +139
   Microsoft.Scripting.Actions.CallSite`1.UpdateAndExecute(Object[]
args) in C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\CallSite.cs:297
   Microsoft.Scripting.Actions.UpdateDelegates.Update3(CallSite site,
T0 arg0, T1 arg1, T2 arg2) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\UpdateDelegates.Generated.cs:41
   OptScope_validators$99.RequiredIfOtherFieldNotGiven$3047(Closure )
in C:\inetpub\wwwroot\django-demo\bin\Lib\django\core\validators.py:307
   IronPython.Runtime.Operations.PythonOps.MakeClass(CodeContext
context, String name, Object[] bases, String selfNames, CallTarget0
body) in C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Operations\PythonOps.cs:1642
   OptScope_validators$99.Initialize(CodeContext ) in
C:\inetpub\wwwroot\django-demo\bin\Lib\django\core\validators.py:542
   Microsoft.Scripting.ScriptCode.Run(CodeContext context) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Runtime\ScriptCode.cs:118
   Microsoft.Scripting.ScriptCode.Run(Scope scope) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Runtime\ScriptCode.cs:111
   IronPython.Runtime.PythonContext.CreateModule(String fileName,
Scope scope, ScriptCode scriptCode, ModuleOptions options) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\PythonContext.cs:643
   IronPython.Runtime.PythonContext.CompileModule(String fileName,
String moduleName, SourceUnit sourceCode, ModuleOptions options,
ScriptCode& scriptCode) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\PythonContext.cs:567
   IronPython.Runtime.PythonContext.CompileModule(String fileName,
String moduleName, SourceUnit sourceCode, ModuleOptions options) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\PythonContext.cs:556
   IronPython.Runtime.Importer.LoadFromSourceUnit(CodeContext context,
SourceUnit sourceCode, String name, String path) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:732
   IronPython.Runtime.Importer.LoadModuleFromSource(CodeContext
context, String name, String path) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:694
   IronPython.Runtime.Importer.ImportFromPath(CodeContext context,
String name, String fullName, List path) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:648
   IronPython.Runtime.Importer.ImportNestedModule(CodeContext context,
Scope scope, String name, List path) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:504
   IronPython.Runtime.Importer.ImportFrom(CodeContext context, Object
from, String name) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:100
   IronPython.Runtime.Builtin.__import__(CodeContext context, String
name, Object globals, Object locals, Object fromlist, Int32 level) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Builtin.cs:127
   IronPython.Runtime.Builtin.__import__(CodeContext context, String
name, Object globals, Object locals, Object fromlist) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Builtin.cs:103
   _stub_$2##1(Closure , CallSite , CodeContext , Object , String ,
IAttributesCollection , IAttributesCollection , PythonTuple ) +143
   Microsoft.Scripting.Actions.DynamicSite`6.Invoke(CodeContext
context, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting\Actions\DynamicSite.Generated.cs:182
   IronPython.Runtime.Importer.Import(CodeContext context, String
fullName, PythonTuple from, Int32 level) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:56
   IronPython.Runtime.Operations.PythonOps.ImportWithNames(CodeContext
context, String fullName, String[] names, Int32 level) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Operations\PythonOps.cs:1994
   OptScope___init__$98.Initialize(CodeContext ) in
C:\inetpub\wwwroot\django-demo\bin\Lib\django\db\models\__init__.py:19
   Microsoft.Scripting.ScriptCode.Run(CodeContext context) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Runtime\ScriptCode.cs:118
   Microsoft.Scripting.ScriptCode.Run(Scope scope) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Runtime\ScriptCode.cs:111
   IronPython.Runtime.PythonContext.CreateModule(String fileName,
Scope scope, ScriptCode scriptCode, ModuleOptions options) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\PythonContext.cs:643
   IronPython.Runtime.PythonContext.CompileModule(String fileName,
String moduleName, SourceUnit sourceCode, ModuleOptions options,
ScriptCode& scriptCode) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\PythonContext.cs:567
   IronPython.Runtime.PythonContext.CompileModule(String fileName,
String moduleName, SourceUnit sourceCode, ModuleOptions options) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\PythonContext.cs:556
   IronPython.Runtime.Importer.LoadFromSourceUnit(CodeContext context,
SourceUnit sourceCode, String name, String path) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:732
   IronPython.Runtime.Importer.LoadModuleFromSource(CodeContext
context, String name, String path) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:694
   IronPython.Runtime.Importer.LoadPackageFromSource(CodeContext
context, String name, String path) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:727
   IronPython.Runtime.Importer.ImportFromPath(CodeContext context,
String name, String fullName, List path) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:642
   IronPython.Runtime.Importer.ImportNestedModule(CodeContext context,
Scope scope, String name, List path) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:504
   IronPython.Runtime.Importer.ImportFrom(CodeContext context, Object
from, String name) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:100
   IronPython.Runtime.Builtin.__import__(CodeContext context, String
name, Object globals, Object locals, Object fromlist, Int32 level) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Builtin.cs:127
   IronPython.Runtime.Builtin.__import__(CodeContext context, String
name, Object globals, Object locals, Object fromlist) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Builtin.cs:103
   _stub_$2##1(Closure , CallSite , CodeContext , Object , String ,
IAttributesCollection , IAttributesCollection , PythonTuple ) +143
   Microsoft.Scripting.Actions.DynamicSite`6.Invoke(CodeContext
context, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting\Actions\DynamicSite.Generated.cs:182
   IronPython.Runtime.Importer.Import(CodeContext context, String
fullName, PythonTuple from, Int32 level) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:56
   IronPython.Runtime.Operations.PythonOps.ImportWithNames(CodeContext
context, String fullName, String[] names, Int32 level) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Operations\PythonOps.cs:1994
   OptScope_models$92.Initialize(CodeContext ) in
C:\inetpub\wwwroot\django-demo\bin\Lib\django\contrib\sessions\models.py:24
   Microsoft.Scripting.ScriptCode.Run(CodeContext context) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Runtime\ScriptCode.cs:118
   Microsoft.Scripting.ScriptCode.Run(Scope scope) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Runtime\ScriptCode.cs:111
   IronPython.Runtime.PythonContext.CreateModule(String fileName,
Scope scope, ScriptCode scriptCode, ModuleOptions options) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\PythonContext.cs:643
   IronPython.Runtime.PythonContext.CompileModule(String fileName,
String moduleName, SourceUnit sourceCode, ModuleOptions options,
ScriptCode& scriptCode) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\PythonContext.cs:567
   IronPython.Runtime.PythonContext.CompileModule(String fileName,
String moduleName, SourceUnit sourceCode, ModuleOptions options) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\PythonContext.cs:556
   IronPython.Runtime.Importer.LoadFromSourceUnit(CodeContext context,
SourceUnit sourceCode, String name, String path) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:732
   IronPython.Runtime.Importer.LoadModuleFromSource(CodeContext
context, String name, String path) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:694
   IronPython.Runtime.Importer.ImportFromPath(CodeContext context,
String name, String fullName, List path) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:648
   IronPython.Runtime.Importer.ImportNestedModule(CodeContext context,
Scope scope, String name, List path) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:504
   IronPython.Runtime.Importer.ImportModuleFrom(CodeContext context,
Object from, String name) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:121
   IronPython.Runtime.Importer.ImportModule(CodeContext context,
Object globals, String modName, Boolean bottom, Int32 level) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:192
   IronPython.Runtime.Builtin.__import__(CodeContext context, String
name, Object globals, Object locals, Object fromlist, Int32 level) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Builtin.cs:111
   IronPython.Runtime.Builtin.__import__(CodeContext context, String
name, Object globals, Object locals, Object fromlist) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Builtin.cs:103
   _stub_$2##1(Closure , CallSite , CodeContext , Object , String ,
IAttributesCollection , IAttributesCollection , PythonTuple ) +143
   Microsoft.Scripting.Actions.DynamicSite`6.Invoke(CodeContext
context, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting\Actions\DynamicSite.Generated.cs:182
   IronPython.Runtime.Importer.Import(CodeContext context, String
fullName, PythonTuple from, Int32 level) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:56
   IronPython.Runtime.Operations.PythonOps.ImportWithNames(CodeContext
context, String fullName, String[] names, Int32 level) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Operations\PythonOps.cs:1994
   OptScope_db$91.Initialize(CodeContext ) in
C:\inetpub\wwwroot\django-demo\bin\Lib\django\contrib\sessions\backends\db.py:7
   Microsoft.Scripting.ScriptCode.Run(CodeContext context) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Runtime\ScriptCode.cs:118
   Microsoft.Scripting.ScriptCode.Run(Scope scope) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Runtime\ScriptCode.cs:111
   IronPython.Runtime.PythonContext.CreateModule(String fileName,
Scope scope, ScriptCode scriptCode, ModuleOptions options) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\PythonContext.cs:643
   IronPython.Runtime.PythonContext.CompileModule(String fileName,
String moduleName, SourceUnit sourceCode, ModuleOptions options,
ScriptCode& scriptCode) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\PythonContext.cs:567
   IronPython.Runtime.PythonContext.CompileModule(String fileName,
String moduleName, SourceUnit sourceCode, ModuleOptions options) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\PythonContext.cs:556
   IronPython.Runtime.Importer.LoadFromSourceUnit(CodeContext context,
SourceUnit sourceCode, String name, String path) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:732
   IronPython.Runtime.Importer.LoadModuleFromSource(CodeContext
context, String name, String path) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:694
   IronPython.Runtime.Importer.ImportFromPath(CodeContext context,
String name, String fullName, List path) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:648
   IronPython.Runtime.Importer.ImportNestedModule(CodeContext context,
Scope scope, String name, List path) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:504
   IronPython.Runtime.Importer.ImportModuleFrom(CodeContext context,
Object from, String name) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:121
   IronPython.Runtime.Importer.ImportModule(CodeContext context,
Object globals, String modName, Boolean bottom, Int32 level) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Importer.cs:192
   IronPython.Runtime.Builtin.__import__(CodeContext context, String
name, Object globals, Object locals, Object fromlist, Int32 level) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Builtin.cs:111
   IronPython.Runtime.Builtin.__import__(CodeContext context, String
name, Object globals, Object locals, Object fromlist) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\IronPython\Runtime\Builtin.cs:103
   _stub_$1930##606(Closure , CallSite , CodeContext , Object , Object
, PythonDictionary , PythonDictionary , List ) +270
   _stub_MatchCaller(Object , CallSite , Object[] ) +258
   Microsoft.Scripting.Actions.CallSite`1.UpdateAndExecute(Object[]
args) in C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\CallSite.cs:253
   Microsoft.Scripting.Actions.UpdateDelegates.Update6(CallSite site,
T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\UpdateDelegates.Generated.cs:62
   OptScope_middleware$80.process_request$2612(Closure , Object self,
Object request) in
C:\inetpub\wwwroot\django-demo\bin\Lib\django\contrib\sessions\middleware.py:13
   _stub_$2770##844(Closure , CallSite , CodeContext , Object , Object
, Object ) +195
   _stub_$2769##843(Closure , CallSite , CodeContext , Object , Object ) +273
   OptScope_base$35.get_response$1490(Closure , Object self, Object
request) in C:\inetpub\wwwroot\django-demo\bin\Lib\django\core\handlers\base.py:64
   _stub_$2770##844(Closure , CallSite , CodeContext , Object , Object
, Object ) +195
   _stub_MatchCaller(Object , CallSite , Object[] ) +132
   Microsoft.Scripting.Actions.CallSite`1.UpdateAndExecute(Object[]
args) in C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\CallSite.cs:297
   Microsoft.Scripting.Actions.UpdateDelegates.Update4(CallSite site,
T0 arg0, T1 arg1, T2 arg2, T3 arg3) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\UpdateDelegates.Generated.cs:48
   _stub_$2769##843(Closure , CallSite , CodeContext , Object , Object ) +273
   _stub_MatchCaller(Object , CallSite , Object[] ) +112
   Microsoft.Scripting.Actions.CallSite`1.UpdateAndExecute(Object[]
args) in C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\CallSite.cs:297
   Microsoft.Scripting.Actions.UpdateDelegates.Update3(CallSite site,
T0 arg0, T1 arg1, T2 arg2) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\UpdateDelegates.Generated.cs:41
   OptScope_wsgi$9.__call__$306(Closure , Object self, Object environ,
Object start_response) in
C:\inetpub\wwwroot\django-demo\bin\Lib\django\core\handlers\wsgi.py:205
   _stub_$1651##376(Closure , CallSite , CodeContext , Object , Object
, Object , Object ) +209
   _stub_MatchCaller(Object , CallSite , Object[] ) +152
   Microsoft.Scripting.Actions.CallSite`1.UpdateAndExecute(Object[]
args) in C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\CallSite.cs:297
   Microsoft.Scripting.Actions.UpdateDelegates.Update5(CallSite site,
T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\UpdateDelegates.Generated.cs:55
   _stub_$1650##375(Closure , CallSite , CodeContext , Object , Object
, Object ) +286
   _stub_MatchCaller(Object , CallSite , Object[] ) +132
   Microsoft.Scripting.Actions.CallSite`1.UpdateAndExecute(Object[]
args) in C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\CallSite.cs:297
   Microsoft.Scripting.Actions.UpdateDelegates.Update4(CallSite site,
T0 arg0, T1 arg1, T2 arg2, T3 arg3) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\UpdateDelegates.Generated.cs:48
   _stub_$1649##374(Closure , CallSite , CodeContext , Object , Object
, Object ) +377
   _stub_MatchCaller(Object , CallSite , Object[] ) +132
   Microsoft.Scripting.Actions.CallSite`1.UpdateAndExecute(Object[]
args) in C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\CallSite.cs:297
   Microsoft.Scripting.Actions.UpdateDelegates.Update4(CallSite site,
T0 arg0, T1 arg1, T2 arg2, T3 arg3) in
C:\Users\Jeff\Documents\Repositories\IronPython-2.0B3\Src\Microsoft.Scripting.Core\Actions\UpdateDelegates.Generated.cs:48
   System.Collections.IEnumerable(PythonDictionary,
StartResponseDelegate)(Object[] , PythonDictionary ,
StartResponseDelegate ) +134
   NWSGI.WsgiHandler.ProcessRequest(HttpContext context) in
C:\Users\Jeff\Documents\Repositories\NWSGI\NWSGI\NWSGI\WsgiHandler.cs:115
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
+638
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously) +177




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1434;
ASP.NET Version:2.0.50727.1434



More information about the Ironpython-users mailing list