Nope. It will take time before it does as well since TG has lots of
dependencies that are not yet working under IP.
However it is hoped that with future version of IP this won't be an
issue anymore.
- Sylvain
Yes.
CherryPy works, with modifications. Modifications will be included in
the next CherryPy releases. This applies to both CherryPy 2 and
CherryPy 3.
Kid does not work, as IronPython doesn't have Python's XML module
(pyexpat) written in C. There are two workarounds for this issue: one
is using pyexpat emulation library, and the other is using native
IronPython support in ElementTree which will be included in ET 1.2.7.
Check effbot's weblog for details.
SQLObject/SQLAlchemy does not work. First, you need Python DB-API
compatible modules. There is one based on ADO.NET. Then, there's some
problem with import machinery and datetime handlings. This needs to be
debugged.
Anyone interested is invited to join IronPython mailing list or mail
me, or even better, contribute to FePy project. See
http://fepy.sourceforge.net/
Thanks!