[IronPython] IronPython 0.9.4 released
Keith J. Farmer
kfarmer at thuban.org
Sat Nov 5 01:49:21 CET 2005
Would be interesting seeing examples of how it works... ;)
________________________________
From: users-bounces at lists.ironpython.com on behalf of Jim Hugunin
Sent: Fri 11/4/2005 4:31 PM
I think that we overstated the announcement of static compilation a little bit. There is a new class that does support some static compilation, but it's far from complete. We only expose the class and no msbuild or command-line way of invoking the compiler so you'll need to write a Python (or C# or VB or ...) script to drive a build. It will build a collection of Python modules into a single executable. These executables need access to IronPython.dll and IronMath.dll either in the path, a config file or the GAC. The collections of modules can also be loaded with sys.LoadAssembly* functions and then their Python modules can be imported and used in IronPython.
There is no support yet for building a library that is easily usable from other CLS languages (like C# and VB). This will be coming at some currently unspecified time in the future.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 4611 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20051104/fab1b177/attachment.bin>
More information about the Ironpython-users
mailing list