<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Forgot to mention I'm running Linux (Ubuntu Hoary).<br>
<br>
<br>
JJ<br>
<br>
Jeremy Jones wrote:
<blockquote cite="mid42C40538.8020601@bellsouth.net" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
Miguel de Icaza wrote:
  <blockquote cite="mid1120105542.6595.709.camel@linux.site" type="cite">
    <pre wrap="">Hello,

  </pre>
    <blockquote type="cite">
      <pre wrap="">Hello friends, Ironpython 0.7.x already works with monkey (1.1.8) :D,
with the version 0,7,5 everything works well apparently, but with
version 0,7,6 it has problems, some idea?
    </pre>
    </blockquote>
    <pre wrap=""><!---->
0.7.6 uses some features from the .NET 2.x framework that have not been
implemented yet in Mono.

We are working to complete the 2.x features, these are a good way of
prioritizing the features that are needed.

_______________________________________________
users-ironpython.com mailing list
<a class="moz-txt-link-abbreviated"
 href="mailto:users-ironpython.com@lists.ironpython.com">users-ironpython.com@lists.ironpython.com</a>
<a class="moz-txt-link-freetext"
 href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a>

  </pre>
  </blockquote>
Does anyone know which (recent) versions of mono work with which
(recent) versions of FePy?&nbsp; <br>
  <br>
I'm trying a proof of concept to see how FePy can use assemblies
created from C# code.&nbsp; So far, of mono (1.1.8.1 and 1.1.7) and FePy
(0.6, 0.7.1, 0.7.5, 0.7.6), only mono (1.1.7 and 1.1.8.1) and FePy 0.6
are doing what I'd expect.&nbsp; I'm at least able to get the FePyConsole in
FePy 0.7.1 and both of mono 1.1.7 and 1.1.8, but can't load the
assembly.&nbsp; Everything else is crapping out.<br>
  <br>
  <br>
This is the type of error I'm getting just trying to bring up the
FePyConsole (this one from mono 1.1.8 and FePy 0.7.5):<br>
  <br>
  <font face="Courier New, Courier, monospace">jmjones@qiwi 10:34AM
mono
% mono1.1.8 /usr/local/apps/IronPython-0.7.5/bin/IronPythonConsole.exe<br>
  <br>
** (/usr/local/apps/IronPython-0.7.5/bin/IronPythonConsole.exe:14030):
WARNING **: The class System.Collections.Generic.IDictionary`2 could
not be loaded, used in
/usr/local/apps/IronPython-0.7.5/bin/IronPython.dll (token 0x01000006)<br>
  <br>
Unhandled Exception: System.NullReferenceException: Object reference
not set to an instance of an object<br>
in &lt;0x00000&gt; &lt;unknown method&gt;<br>
in &lt;0x0008a&gt; IronPythonConsole.PythonCommandLine:Main
(System.String[] rawArgs)</font><br>
  <br>
  <br>
Jeremy Jones<br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
users-ironpython.com mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users-ironpython.com@lists.ironpython.com">users-ironpython.com@lists.ironpython.com</a>
<a class="moz-txt-link-freetext" href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a>
  </pre>
</blockquote>
<br>
</body>
</html>