Re: [IronPython] Embedded IronPython 0.9.2, AutoCAD 2005 and Security.

2005-10-03 Thread Tim Riley
Brian:That worked great. Thank you very much.Tim RileyOn 10/3/05, Brian Tyler <[EMAIL PROTECTED] > wrote:I ran into the same problem using our product (LabVIEW) but the fix is fairly simple - go into AssemblyGen.cs of the IronPython assembly and delete the last parameter (domain.Evidence) of the tw

[IronPython] Embedded IronPython 0.9.2, AutoCAD 2005 and Security.

2005-10-03 Thread Brian Tyler
I ran into the same problem using our product (LabVIEW) but the fix is fairly simple - go into AssemblyGen.cs of the IronPython assembly and delete the last parameter (domain.Evidence) of the two DefineDynamicAssembly() methods. The problem comes up when you try to host the IronPython engine insid

[IronPython] Embedded IronPython 0.9.2, AutoCAD 2005 and Security.

2005-10-03 Thread Tim Riley
Disclaimer: I'm fairly new to C# and .NET in general.Using IronPython 0.9.2. on .NET 2.0.50.215.44 w/ SharpDevelop 2.0.0 build 408I've been trying to use a modified version of the supplied Embed4.cs example to run from within AutoCAD (just to see if I can get it to work). It compiles fin

Re: [IronPython] 0.9.2 Module Search Path Error

2005-09-29 Thread Anthony Tarlano
for more information. >>> from xml import *>>> dir()['__builtins__', '__doc__', '__name__', 'dom', 'parsers', 'sax']>>> from sax import *Traceback (most recent call last):  File "", line 1, in ? ImportError: No

Re: [IronPython] 0.9.2 Module Search Path Error

2005-09-29 Thread Monty Taylor
uiltins__', '__doc__', '__name__', 'dom', 'parsers', 'sax'] >>> from sax import * Traceback (most recent call last): File "", line 1, in ? ImportError: No module named sax The import statement doesn't work on thing

[IronPython] 0.9.2 Module Search Path Error

2005-09-29 Thread Anthony Tarlano
IronPython 0.9.2 is not allowing module import from packages that were previously imported. See below where I could not import from "Synthesis" after importing it from "System.Speech" unless explicitly importing it from "System.Speech.Synthesis". Anthony IronPyt

[IronPython] 0.9.2

2005-09-27 Thread Paul Viola
Turns out that there was a bug in my IRONPYTHONSTARTUP script in the new version (no big deal).   The only problem is that when the script failed to run ironpythonconsole does not report an error of any kind.  The catch is empty.     Thanks, Paul Viola Senior Researcher Microsoft Re

[IronPython] IronPython 0.9.2 released

2005-09-22 Thread Martin Maly
Hello, We have just released IronPython 0.9.2. In addition to focusing on the CPython regression test suite and fixing bugs, we also spent time prepairing IronPython for PDC 2005 conference where Jim spent the whole of the last week. There were many changes in IronPython codebase, mostly inspired