Re: [IronPython] Passing Arguments in hosted enviroment

2006-09-11 Thread Bernd Rössl
Hey David, thanks for your help. Passing the args to a session dependend context seams to be not as abstract as i thought...i will do so. I think i can't pass on 'ExecuteFile' because there are a lot of different scripts that can be edited during runtime. This scripts aren't simple methods (curr

[IronPython] Passing Arguments in hosted enviroment

2006-09-11 Thread Bernd Rössl
Hey David, thanks for your help. Passing the args to a session dependend context seams to be not as abstract as i thought...i will do so. I think i can't pass on 'ExecuteFile' because there are a lot of different scripts that can be edited during runtime. This scripts aren't simple methods (cur

Re: [IronPython] Passing Arguments in hosted enviroment

2006-09-08 Thread David Ebbo
@lists.ironpython.com Subject: [IronPython] Passing Arguments in hosted enviroment     Hello list, Great to see 1.0 prod. Is out :) Anyway, currently i'm embedding ironpython to a web application. This gives us the ability to write extension and modules in python. One requirement is the possib

[IronPython] Passing Arguments in hosted enviroment

2006-09-07 Thread Bernd Rössl
Title: Passing Arguments in hosted enviroment Hello list, Great to see 1.0 prod. Is out :) Anyway, currently i'm embedding ironpython to a web application. This gives us the ability to write extension and modules in python. One requirement is the possibility to pass arguments from the us