Ravi Teja wrote: > Also, IronPython cannot access CPython libraries. So it cannot be used > as a drop-in replacement for CPython in most non-trivial apps. Python > for .NET however allows you to both use both CPython and .NET > libraries.
It will be able to access the standard libraries, as long as they are writen in pure python, otherwise they should be rewriten in a .NET language. People are doing it already, it's just a matter of time... -- http://mail.python.org/mailman/listinfo/python-list