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
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
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
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
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 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
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
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