[Python.NET] PyScope

2017-04-26 Thread WARD Steve
Hi,

I'm keen to use the PyScope class as I'm working to replace an IronPython 
interactive scripting environment in a .NET application. I read about this 
feature here: https://github.com/pythonnet/pythonnet/pull/381

Is this due for release soon, and is there an alternative way to create 
something similar to a scope with the current release 2.3.0?

Thanks
Steve Ward

Steve Ward
Senior Software Engineer

Oxford Instruments



___This 
e-mail is confidential and is for the addressee only.  Please refer to 
www.oxinst.com/email-statement for regulatory information.
_
Python.NET mailing list - PythonDotNet@python.org
https://mail.python.org/mailman/listinfo/pythondotnet


Re: [Python.NET] PyScope

2017-04-26 Thread Denis Akhiyarov
Hi Steve Ward,

We are waiting for at least one more core developer to review and approve
this pull request.

Since it is very large code addition and exposes a lot of API, this is
taking some time.

If you have any feedback or input, then feel free to comment on the issue
or pull request.

For now (before PyScope is merged) you can use this very simple API using
dynamic (DLR):

https://github.com/pythonnet/pythonnet/blob/master/README.md

There is underlying API without DLR, but only available in tests.

Regards,
Denis

On Wed, Apr 26, 2017, 9:28 AM WARD Steve  wrote:

> Hi,
>
>
>
> I’m keen to use the PyScope class as I’m working to replace an IronPython
> interactive scripting environment in a .NET application. I read about this
> feature here: https://github.com/pythonnet/pythonnet/pull/381
>
>
>
> Is this due for release soon, and is there an alternative way to create
> something similar to a scope with the current release 2.3.0?
>
>
>
> Thanks
>
> Steve Ward
>
>
>
> *Steve Ward*
> Senior Software Engineer
>
> *Oxford Instruments*
>
>
>
>
> ___
> This e-mail is confidential and is for the addressee only.   Please refer
> to
> www.oxinst.com/email-statement for regulatory information.
> _
> Python.NET mailing list - PythonDotNet@python.org
> https://mail.python.org/mailman/listinfo/pythondotnet
>
_
Python.NET mailing list - PythonDotNet@python.org
https://mail.python.org/mailman/listinfo/pythondotnet