Discussion:
[Python.NET] Python 3 Support?
Douglas Rohm
2011-04-29 15:15:18 UTC
Permalink
Hi,
Are there plans to add support for py3k? Is there a way I can
get a .NET .dll to work under py3k currently or will I have to
use python 2.7? Thanks.

Doug
Barton
2011-05-08 08:31:50 UTC
Permalink
Plans? More like prayers... I'd love to do all the grunt work on this,
but don't see a lot of free time in the near future.

Yes. 2.7 is the highest know working version supported (and it has some
issues - usually regarding importing 3rd party python modules that have
some sort of manifest mismatch).

If anyone feels like helping out on the next release, all that is needed
is a deep understanding of the internal workings of python and as good
smattering of C#.

Thanks for the interest.
Hi,
Are there plans to add support for py3k? Is there a way I can get a
.NET .dll to work under py3k currently or will I have to use python
2.7? Thanks.
Doug
_________________________________________________
http://mail.python.org/mailman/listinfo/pythondotnet
Loading...