Would be interesting seeing examples of how it works... ;) ________________________________
From: [EMAIL PROTECTED] 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.
<<winmail.dat>>
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
