I'm just wondering what Microsoft.Scripting.Metadata is used for.
As far as I can tell it's used by the
Microsoft.Scripting.Utils.ReflectionUtils.GetVisibleExtensionMethods (in
main\Runtime\Microsoft.Dynamic\Utils\ReflectionUtils.cs) which in turn is
used by nothing (other than by some commented o
Shapefile is an interface with a CoClassAttribute to ShapefileClass (which
means when you do new Shapefile() in C# it creates an instance of
ShapefileClass). I have no idea what the correct behaviour for IronPython
should be, but in this case MapWinGIS.Shapefile gives you the interface.
You could
gt; bool
>
> // MapWinGIS.ShapefileClass
> [DispId(11)]
> [MethodImpl(MethodImplOptions.InternalCall)]
> public virtual extern bool Open([MarshalAs(UnmanagedType.BStr)] [In]
> string ShapefileName, [MarshalAs(UnmanagedType.Interface)] [In] ICallback
> cBack = null);
>
>
>
Has anyone looked at executing scripts in parallel from C# using the same
ScriptEngine?
I tried without much success and I was wondering if it's just not something
the engine can do, or if by tightening up thread safety in a few places it
could be made to work properly.
Stéphane
_
Basically what you're trying to do is get rid of the Zone.Identifier
alternate stream of the file. You can see these from the command prompt
using the dir /R command (windows 7 or later?).
I've deleted these before using C# and PInvoke. The file delete methods of
.NET don't let you delete alternat
This may be a silly question, but are you running your code with frames (or
maybe full frames) enabled? I seem to remember the six module requiring
this...
On Jul 15, 2016 10:54 AM, "László Frank" wrote:
> First off, many thanks for your continuous help Thimo.
>
> And actually not, I did not tr
The gitter chat moved from https://gitter.im/IronLanguages/main to
https://gitter.im/IronLanguages because we wanted it to be a room that
covers all the projects (ipy2, ipy3 and dlr). However, I wonder if the new
room is restricted to organization members only? It may explain why you're
not able to
I believe the documentation is part of the body of the function. Maybe try
node.Body.Documentation?
Stéphane
On Tue, May 2, 2017 at 8:08 AM, Venkatesh Potluri
wrote:
> Hi list,
>
> I am unable to extract comments corresponding to a python function
> using IronPython in c#. Despite the python co
Notice that in the traceback it's listing the failing files as coming from
C:\Python27\Lib. IronPython has its own set of standard libraries and those
need to be included when using ScriptEngine. When you use ipy.exe it loads
the proper standard libraries (if you type sys.path in the interactive yo
The .NET Core version of IronPython does not support assembly generation. I
haven't tried it myself, but you could probably compile the assembly using
the full framework version and then run it with .NET Core 2.0 (assuming
you're not using unsupported APIs).
Stéphane
On Tue, Apr 3, 2018, 5:16 PM
oading the dll in the embedded IronPython?
>
> Thanks for your help, I am super hopeful I can get this working.
> Josiah
>
> On Tue, Apr 3, 2018 at 2:39 PM Stéphane Lozier
> wrote:
>
>> The .NET Core version of IronPython does not support assembly generation.
>> I h
ges/ironpython2/releases. Is there a release with dotnet core
> or can I build one?
>
> I did notice that I can't compile via running the compile script in the
> embedded IronPython in dotnet core, as CompileModule is not supported.
>
> Thanks so much for answering my questi
12 matches
Mail list logo