[IronPython] IronPython versus Tkinter...

Curt Hagenlocher curt at hagenlocher.org
Mon Jun 5 18:02:38 CEST 2006


On 6/5/06, Kevin Bjorke <KBjorke at nvidia.com> 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
curt at hagenlocher.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060605/62ddddbe/attachment.html>


More information about the Ironpython-users mailing list