[Python.NET] Any plans for supporting CLR2.0?

Brian Lloyd brian at zope.com
Wed Jan 25 17:10:55 CET 2006


> Dear all,
> 
> I'd like to integrate CPython- and Boo-programs. As I am already 
> on CLR2.0 I
> wonder when Python for .NET could be available for CLR2.0. As its install
> file suggests it is ready for CLR1.1 only, right?
> 
> Kind regards
> Franz GEIGER

The pre-built versions I post are currently built for 1.1, but 
you should be able to build it against 2.x with minimal pain 
(though it wont support 2.x-only features, of course). 

Michael Eddington posted a build against 2.0 back in October:
http://mail.python.org/pipermail/pythondotnet/2005-October/000406.html

I hope to get some time starting in Feb. to work on some bugs 
that have been reported and implement support for generics, etc.
 
I've been slacking off a bit lately given that IronPython really 
seems to be taking off, but it seems like it would still be 
useful to have a native bridge with support for at least the 
bigger changes in CLR 2.x.


Brian Lloyd        brian at zope.com
V.P. Engineering   540.361.1716              
Zope Corporation   http://www.zope.com 




More information about the PythonDotNet mailing list