Re: [Ironpython-users] Build an application with VisualStudio and IronPython

2012-07-27 Thread Slide
Bruno, IronPython (and Python in general) is not a compiled language. You don't BUILD an IronPython application as you would for VB.NET or C#. You CAN pre-interpret your application into an executable using pyc.py, but that is the extent of building as it pertains to IronPython. slide On Fri, Ju

[Ironpython-users] Build an application with VisualStudio and IronPython

2012-07-27 Thread bruno gallart
Hi all, I try to understand the development with IronPython in VisualStudio 2010 and I think that i have not understand the build's method. I make one little application with IronPython and WinForms but i don't know the way how to do binaries like VisualBasic . With VisualBasic inVisualStudi

[Ironpython-users] IronPython, Daily Digest 7/26/2012

2012-07-27 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] sys.settrace: Provide events for calls to non-IronPython code 2. [New comment] Visual Studio Tools 2.7: Can't edit Python code in WPF app 3. [New issue] Ebedded: Can't import e