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