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
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
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