On 6/5/06, Kevin Bjorke <[EMAIL PROTECTED]> wrote:
I suspect that a lot of folks other than myself expect "python *plus*
.NET services" and perceive "python" as meaning "python and its typical
modules" -- rather than ".NET services *instead of* the python stuff you
thought you already knew and could leverage."
Any non-C implementation of the Python language is almost certainly not going to be binary-compatible with CPython for what seem like obvious reasons. If you want CPython plus .NET services, you should look into Python for .NET instead. That project uses the existing CPython engine, and is therefore compatible with existing C-based extensions. The website is at
http://pythonnet.sourceforge.net/
--
Curt Hagenlocher
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
