Hi Dino,<br>Thanks for the info / pointers on VS integration. I looked at the schedule in the spec, and it appears that &quot;build to .exe&quot; support is not going to be integrated for some time, whenever &quot;P2&quot; is; is there a schedule for that? <br>

<br>I got that stuff installed, and was able to get a very simple app (hello, world-ish) up and running in VS/IronPython, but I&#39;m still unable to do a build-out from VS and get a real .exe out of the deal, which was what I was hoping to be able to do with the VS integration. We are sort of at a crossroads here where we want to see if we can stay w/IP as our dev platform, or if we need to port the whole beast to C#, which seems like a large pain.<br>

Ken<br><br><div class="gmail_quote">On Mon, Oct 4, 2010 at 1:27 PM, Dino Viehland <span dir="ltr">&lt;<a href="mailto:dinov@microsoft.com">dinov@microsoft.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">







<div link="blue" vlink="purple" lang="EN-US">
<div><br><p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">For the VS integration – it doesn’t work w/ the express SKUs simply because the express SKUs don’t allow extensions.  But it does work w/ the free integrated
 shell which you can download here <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=8e5aa7b6-8436-43f0-b778-00c3bca733d3&amp;displaylang=en" target="_blank">
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=8e5aa7b6-8436-43f0-b778-00c3bca733d3&amp;displaylang=en</a></span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">There’s information on the tools over here
<a href="http://www.ironpython.net/tools/" target="_blank">http://www.ironpython.net/tools/</a> including a walk through the spec.  The documentation for it isn’t yet integrated into the CHM which comes w/ 2.7.  I think lots of people have gotten it to work.  You’ll need to
 have VS installed before you install 2.7 or you’ll need to re-run the 2.7 installer after installing to install the tools.</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<div style="border-width: medium medium medium 1.5pt; border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; padding: 0in 0in 0in 4pt;">
<div>
<div style="border-width: 1pt medium medium; border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; padding: 3pt 0in 0in;">
<p class="MsoNormal"><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;"> <a href="mailto:users-bounces@lists.ironpython.com" target="_blank">users-bounces@lists.ironpython.com</a> [mailto:<a href="mailto:users-bounces@lists.ironpython.com" target="_blank">users-bounces@lists.ironpython.com</a>]
<b>On Behalf Of </b>Ken MacDonald<br>
<b>Sent:</b> Monday, October 04, 2010 7:56 AM<br>
<b>To:</b> Discussion of IronPython<br>
<b>Subject:</b> Re: [IronPython] difference in compiling ipy in 3.5 vs. .NET 4.0?</span></p>
</div>
</div><div><div></div><div class="h5">
<p class="MsoNormal"> </p>
<p class="MsoNormal" style="margin-bottom: 12pt;">Hi,<br>
We tried windbg, but weren&#39;t able to get anywhere with it. We have pretty much given up on trying to get IP 2.6.1 to work with .NET 4.0 as an .exe (works WONDERFULLY in &#39;ipy foo.py&#39; mode), and we are now going to try running this with the 2.7 Alpha of IP. I&#39;ve
 just installed this, and skimmed through the entire docset, and while 2.7 supposedly has integration with Visual Studio, there is no mention of it in the docs. Anybody out there tried this and gotten it to work? Also, is the full VS 2010 product needed or
 can this be run with VS Express?<br>
Thanks,<br>
Ken</p>
<div>
<p class="MsoNormal">On Fri, Sep 17, 2010 at 3:19 PM, Lukas Cenovsky &lt;<a href="mailto:cenovsky@bakalari.cz" target="_blank">cenovsky@bakalari.cz</a>&gt; wrote:</p>
<div>
<p class="MsoNormal">I would try to run it via WinDbg to see all exceptions raised.<br>
<br>
--<br>
-- Lukáš</p>
<div>
<div>
<p class="MsoNormal"><br>
<br>
<br>
On 17.9.2010 19:43, Ken MacDonald wrote: </p>
</div>
</div>
<blockquote style="margin-top: 5pt; margin-bottom: 5pt;">
<div>
<div>
<p class="MsoNormal">We&#39;re trying to get a WPF/IPY project converted from .NET 3.5 to 4.0 using IPY 2.6 for .NET 4.0. I got it running fine yesterday using IPY interactively:<br>
<br>
ipy etms.py<br>
<br>
bring up all dialogs, connects to DB, works great.<br>
<br>
but I try to compile it into an executable using the &#39;pyc.py&#39; tool:<br>
<br>
C:\hs\tally\etms&gt;ipy.exe &quot;c:\Program Files (x86)\IronPython 2.6 for .NET 4.0\Tools\Scripts\pyc.py&quot; /main:etms.py /platform:x86 /target:winexe etms.py main_window.py model.py presenter.py wpf_helpers.py pyevent.py dialogs.py login.py kitchen_ticket.py hs_quantity.py
 hssecdll.py debug_settings.py version_info.py<br>
<br>
and it completes &#39;successfully&#39; but then if I attempt to run it, the command prompt returns immediately and not even the login dialog appears. There are no error messages, or indications of a problem. This worked fine (with path changes to reference 3.5) in
 .NET 3.5, but is now a mystery. I&#39;ve tried a variety of pyc.py flags that seemed possibly relevant, but nothing makes it work. Suggestions for what this could be appreciated.<br>
Ken</p>
</div>
</div>
<pre> </pre>
<pre>_______________________________________________</pre>
<pre>Users mailing list</pre>
<pre><a href="mailto:Users@lists.ironpython.com" target="_blank">Users@lists.ironpython.com</a></pre>
<pre><a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a></pre>
</blockquote>
<p class="MsoNormal"> </p>
</div>
<p class="MsoNormal" style="margin-bottom: 12pt;"><br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.ironpython.com" target="_blank">Users@lists.ironpython.com</a><br>
<a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a></p>
</div>
<p class="MsoNormal"> </p>
</div></div></div>
</div>
</div>

<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>
<a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
<br></blockquote></div><br>