Re: [Ironpython-users] Options for debugger for DLR languages on Mono

2011-09-26 Thread Dino Viehland
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

Re: [Ironpython-users] instropection in an embedded engine

2011-09-26 Thread Keith Rome
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

Re: [Ironpython-users] instropection in an embedded engine

2011-09-26 Thread Hernán Foffani
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

Re: [Ironpython-users] Options for debugger for DLR languages on Mono

2011-09-26 Thread Doug Blank
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

Re: [Ironpython-users] Options for debugger for DLR languages on Mono

2011-09-26 Thread Dino Viehland
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

Re: [Ironpython-users] BerkeleyDB and other licenses

2011-09-26 Thread Jeff Hardy
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

[Ironpython-users] BerkeleyDB and other licenses

2011-09-26 Thread Markus Schaber
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