[Ironpython-users] How to use sys._getframe () in IronPython in Silverlight

2012-10-01 Thread sepatan
How to specify the startup IronPython in Silverlight. Should set -X:Frames in the true. What you need to edit? 1) languages.config, AppManifest.xaml in dlr.xap 2) or it may be in a tag initParams HTML: ? I want to use sys._getframe (). Can anyone help?

[Ironpython-users] How to find out -X:options passed to ipy

2012-10-01 Thread Pawel Jasinski
hi, is there a way to find out things passed to ipy.exe with -X:whatever analog to sys.flags? I would like to detect when -X:Frames or -X:FullFrames are provided and pass it to subprocess. thanks pawel ___ Ironpython-users mailing list Ironpython-users@

[Ironpython-users] IronPython, Daily Digest 9/30/2012

2012-10-01 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] object.__new__() takes no parameters - unexcpected __init__ considered -- ISSUES 1. [New issue] object.__new__() takes no parame

[Ironpython-users] Iron Python Support for CPython 3.1.5

2012-10-01 Thread Douglas, Peter
Hello. Is there a plan or release scheduled to support CPython 3.1.5 in IronPython? Regards Peter Notice: This e-mail is intended solely for use of the individual or entity to which it is addressed and may contain information that is proprietary, privileged, company confidential and/or exe

Re: [Ironpython-users] Iron Python Support for CPython 3.1.5

2012-10-01 Thread Jeff Hardy
Python 3 support is planned, but no one currently has the time to work on it. - Jeff On Fri, Sep 28, 2012 at 1:40 AM, Douglas, Peter wrote: > > Hello. > > Is there a plan or release scheduled to support CPython 3.1.5 in IronPython? > > Regards > Peter > > > > Notice: This e-mail is intended sole

[Ironpython-users] Hello IronPython and anyone using VST.net?

2012-10-01 Thread Andrew Evans
Hello my name is Andrew. Some what new to .net and IronPython but I have programmed lots with Python and a bit of WinAPI. Just wondering if anyone has built anything with VST.net either in C# or IronPython and can shed a bit of light to the API. So I can write my own VST software in IronPython *ch