Is the hosted IronPython running in the same ScriptEngine or a different one?
If it's a different one you'll need to do the settrace on the other
ScriptEngine but
you should be able to do that from Python code as well.
If it's the same then I would expect that you'd see the traces for both the
If you are just trying to enumerate members of a python object, and possibly
invoke them, then wouldn't a LanguageContext's DynamicOperations get the job
done? Perhaps I am misunderstanding your objectives though.
HostingHelpers.GetLanguageContext(ScriptEngine) to get the LanguageContext, and
t
Thanks, I'm getting closer.
Now I'm trying to find how to get a (new? current?) CodeContext to, for
instance,
call DictProxy.keys(..)
The public constructor of CodeContext signature (a PythonDictionary and a
ModuleContext)
doesn't match the examples I could find (ScriptScope, LanguageContext).
D
On Mon, Sep 26, 2011 at 12:54 PM, Dino Viehland wrote:
> Do you have a using statement for IronPython.Hosting? If you add that you
> should
> get the extension method showing up on ScriptEngine.
I'm using IronPython as the hosting language... does that mean I just
can't get the extensions?
But
Do you have a using statement for IronPython.Hosting? If you add that you
should
get the extension method showing up on ScriptEngine.
As for tracing the hosting level - can you describe what you mean? Do you have
additional
hosting code written in Python?
-Original Message-
From: Doug
Licence.StdLib.txt is a straight copy of CPython's LICENCE.txt, since
IronPython's stdlib is more-or-less a copy of CPython's.
The BDB licence could probably be removed; with it being dropped from 3, IP
will never include it. I'm not sure what the deal is with xmlrpclib.py,
since I thought that th
Hi,
The current IronPython 2.7.1 Beta 2 installs a License.StdLib.txt file
which seems not current:
The BerkeleyDB is AFAICS not included in the IronPython distribution, as
it is CPython-Only.
The xmlrpclib.py is one of several modules which include a license in
the .py file, but the license is