[IronPython] Do we have any option for Intellisense??

2006-11-27 Thread Blesson Varghese
I want to write code to provide Intellisense to an IDE for Iron Python...Do we have any options within the Python Engine to do that??? - Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend'

Re: [IronPython] How to bring modules in same scope??

2006-11-24 Thread Blesson Varghese
moduled named assembly was found... Simon Dahlbacka <[EMAIL PROTECTED]> wrote: so what about reading the responses you've got, and skip Reflection and do use clr.AddReference ? On 11/24/06, Blesson Varghese < [EMAIL PROTECTED]> wrote:Hi, I have loaded a few dll&#

[IronPython] How to bring modules in same scope??

2006-11-24 Thread Blesson Varghese
Hi, I have loaded a few dll's using Reflection from a particular library. I have used the sys.path.append(directory name) also. I have handled all the exceptions too. Now I want to run some scripts that make use of these assemblies loaded. For this I execute the script file using ExecuteFi

[IronPython] No module named Exception - unresolved still

2006-11-24 Thread Blesson Varghese
med wrote: Blesson Varghese wrote: > Hi, > > Thanks a lot for the previous help. > Again getting into some other trouble. I have loaded a few dll's from > a directory using Reflection. Once I have loaded the dll's (the > assemblies), then I should be able to use its compo

[IronPython] No moduled named Exception

2006-11-23 Thread Blesson Varghese
Hi, Thanks a lot for the previous help. Again getting into some other trouble. I have loaded a few dll's from a directory using Reflection. Once I have loaded the dll's (the assemblies), then I should be able to use its components in the IronPython script. But even after loading the dll'

[IronPython] Regarding Loading Assemblies

2006-11-23 Thread Blesson Varghese
I have loaded assemblies and now when I try to execute a script it gives errors like: No module like Windows No Module like Drawing along with stack trace Could anyone suggest what could have gone wrong in my code. - Find out

[IronPython] Regarding sys.LoadFromAssemblyName()

2006-11-23 Thread Blesson Varghese
Initially sys.LoadFromAssemblyName was used in IronPython 0.6 which was developed for .NET 1.1. Can anyone please tell me how I can replace this statement in IronPython 1.0.1 developed for .NET 2.0 - Find out what India is t