<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 9/4/2011 9:58 PM, Curt Hagenlocher wrote:
    <blockquote
cite="mid:CAO-Cae4Nk72yGNjVRdjaP0nqTcW5==o=F=mP3=ojD+_KzD3ReQ@mail.gmail.com"
      type="cite">VS is a mixed native / managed program, so Mono isn'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't be able to
      use any of the Python tooling inside that copy of VS. You'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>
    </blockquote>
    <br>
    Quite right (now that I'm awake...) ;-)<br>
    <br>
    <blockquote
cite="mid:CAO-Cae4Nk72yGNjVRdjaP0nqTcW5==o=F=mP3=ojD+_KzD3ReQ@mail.gmail.com"
      type="cite">
      <br>
      <div class="gmail_quote">On Sun, Sep 4, 2011 at 6:17 PM, Dave Wald
        <span dir="ltr">&lt;<a moz-do-not-send="true"
            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.&nbsp; <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.&nbsp; <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 moz-do-not-send="true" href="mailto:Ironpython-users@python.org" target="_blank">Ironpython-users@python.org</a>
<a moz-do-not-send="true" 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've seen where some folks were running SharpDevelop
            on Mono<br>
            <a moz-do-not-send="true"
              href="http://sharpdevelop.net/opensource/sd/"
              target="_blank">http://sharpdevelop.net/opensource/sd/</a><br>
            <a moz-do-not-send="true"
              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't know.<br>
            As far as the Express versions of VisualStudio, last I
            heard,&nbsp; they will not host the Python Tools for Visual
            Studio, BUT...<br>
            you don't really need those anyway.<br>
            I had a link somewhere to an article on creating a "debug
            project" in VS, where you basically just make a project out
            of the exe, and point the debugger to it. Works fine, but I
            haven't done it in a good while...<br>
            If I run across it I'll drop you a line.<br>
            <br>
            The free VSX Shell WILL host the tools, allowing for
            IronPython dev and debugging, etc, I'm pretty sure, and it
            MAY run on Mono... not sure. Haven't tried it myself.<br>
            <a moz-do-not-send="true"
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 moz-do-not-send="true"
            href="mailto:Ironpython-users@python.org">Ironpython-users@python.org</a><br>
          <a moz-do-not-send="true"
            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>
    </blockquote>
    <br>
  </body>
</html>