<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Courier New" size=2>IronPython implements Python in C#, and can 
call .NET&nbsp; but not C.</FONT></DIV>
<DIV><FONT face="Courier New" size=2>PythonNet implements Python in C, and can 
call both .NET and C.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>IronPython is probably the closest to what 
you want, since Python classes should also be .NET classes.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>Regards,</FONT></DIV>
<DIV><FONT face="Courier New" size=2>Mike</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=krzys@cs.cornell.edu href="mailto:krzys@cs.cornell.edu">Krzysztof 
  Ostrowski</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=users-ironpython.com@lists.ironpython.com 
  href="mailto:users-ironpython.com@lists.ironpython.com">users-ironpython.com@lists.ironpython.com</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, August 13, 2005 4:43 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [IronPython] How to use 
  IronPython to generate DLLs consumable byother .NET modules?</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial size=2><SPAN class=359313620-13082005>Claims are that 
  Iron Python can be statically compiled, promising higher performance. I'm 
  interested in writing parts of my system, implemented mostly in C# for .NET 
  under Win32 environment, in Python, mostly for fun, potentially also to save 
  time if it proves to be useful. Dynamic compilation is not an option, I want 
  to be able to call Python from C#, not the other way round, and without the 
  overheads of invoking&nbsp;the Python engine on my way there. Is there indeed 
  a way to&nbsp;achieve this? I don't see any clues on the web. Python does not 
  seem to&nbsp;consume any sort of command line switches and does not offer help 
  docs. Thanks a lot for all&nbsp;your responses.</SPAN></FONT></DIV>
  <DIV><FONT face=Arial size=2><SPAN 
  class=359313620-13082005></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2><SPAN 
  class=359313620-13082005>Cheers,</SPAN></FONT></DIV>
  <DIV><FONT face=Arial size=2><SPAN 
  class=359313620-13082005>Krzys</SPAN></FONT></DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>users-ironpython.com 
  mailing 
  list<BR>users-ironpython.com@lists.ironpython.com<BR>http://lists.ironpython.com/listinfo.cgi/users-ironpython.com<BR></BLOCKQUOTE></BODY></HTML>