It just occurred to me that you could just as easily use IronPython Community Edition r6 (based on IP 1.1) as the IP2.0 features shouldn't be required to test for compatibility.
With the above in mind, svn co http://extf.googlecode.com/svn/vendor/IPCE-r6/ cd IPCE-r6 mono ipy.exe -X:TabCompletion -X:ColorfulConsole results in the following, IronPython 1.1 (1.1) on .NET 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved. >>> import Axon >>>
Which I believe is a good sign ;-) I'll add Kamaelia to the same repository folder now and see where that leaves things. On 7/10/07, M. David Peterson <[EMAIL PROTECTED]> wrote:
On 7/10/07, M. David Peterson <[EMAIL PROTECTED]<https://mail.google.com/mail?view=cm&tf=0&[EMAIL PROTECTED]>> wrote: > > > I'll compile the binaries for use on GNU/Linux/Mono, add them to the > repository, and send you the link when complete. Ran into some strange compilation errors so am rebuilding Mono from SVN to see if this fixes them. Will take a bit longer than I thought before this is ready. -- /M:D M. David Peterson http://mdavid.name | http://www.oreillynet.com/pub/au/2354 | http://dev.aol.com/blog/3155
-- /M:D M. David Peterson http://mdavid.name | http://www.oreillynet.com/pub/au/2354 | http://dev.aol.com/blog/3155
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
