VS is a mixed native / managed program, so Mono isn&#39;t sufficient to make it run on a non-Windows OS. If your goal is to host IronPython in a C# program, you should definitely be able to use the Express version to develop that. But you won&#39;t be able to use any of the Python tooling inside that copy of VS. You&#39;d need to install a separate VS shell install to work with Python Tools. I belive you may still get some amount of IronPython debug support from Express if you set the right the right flags on your hosted IronPython engine such that it generates PDBs for the Python code.<br>
<br><div class="gmail_quote">On Sun, Sep 4, 2011 at 6:17 PM, Dave Wald <span dir="ltr">&lt;<a href="mailto:davew252@tx.rr.com">davew252@tx.rr.com</a>&gt;</span> wrote:<br><blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote">

  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    On 9/4/2011 7:45 PM, Vernon Cole wrote:
    <blockquote type="cite">It looks like my next big project will be done in
      IronPython and Silverlight.  <br>
      But since my laptop runs Windows so poorly, and my student copy of
      Visual Studio is on a workstation 200 miles away, it seems that it
      might be a good idea to do the initial coding using Linux (which
      runs pretty well on the same laptop) and Moonlight.  <br>
      <br>
      Q1) Is there an IDE which runs IronPython on Linux?<br>
      <br>
      Q2) If I do have to use Windows, is there an Express (that is
      free) compiler which will run the new IronPython integration
      stuff?<br>
      --<br>
      Vernon Cole<br>
      <br>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_______________________________________________
Ironpython-users mailing list
<a href="mailto:Ironpython-users@python.org" target="_blank">Ironpython-users@python.org</a>
<a href="http://mail.python.org/mailman/listinfo/ironpython-users" target="_blank">http://mail.python.org/mailman/listinfo/ironpython-users</a>
</pre>
    </blockquote>
    Vernon,<br>
    I think I&#39;ve seen where some folks were running SharpDevelop on Mono<br>
    <a href="http://sharpdevelop.net/opensource/sd/" target="_blank">http://sharpdevelop.net/opensource/sd/</a><br>
    <a href="http://www.mono-project.com/Mono:Linux" target="_blank">http://www.mono-project.com/Mono:Linux</a><br>
    <br>
    That should work for your C# coding...<br>
    And the Express version (and/or free VSX shell) MIGHT run on Mono.
    Don&#39;t know.<br>
    As far as the Express versions of VisualStudio, last I heard,  they
    will not host the Python Tools for Visual Studio, BUT...<br>
    you don&#39;t really need those anyway.<br>
    I had a link somewhere to an article on creating a &quot;debug project&quot;
    in VS, where you basically just make a project out of the exe, and
    point the debugger to it. Works fine, but I haven&#39;t done it in a
    good while...<br>
    If I run across it I&#39;ll drop you a line.<br>
    <br>
    The free VSX Shell WILL host the tools, allowing for IronPython dev
    and debugging, etc, I&#39;m pretty sure, and it MAY run on Mono... not
    sure. Haven&#39;t tried it myself.<br>
<a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=1366" target="_blank">http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=1366</a><br>
    <br>
    Best,<br><font color="#888888">
    Dave<br>
    <br>
  </font></div>

<br>_______________________________________________<br>
Ironpython-users mailing list<br>
<a href="mailto:Ironpython-users@python.org">Ironpython-users@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/ironpython-users" target="_blank">http://mail.python.org/mailman/listinfo/ironpython-users</a><br>
<br></blockquote></div><br>