Jorge Godoy wrote: > Em Quinta 27 Abril 2006 09:01, Sylvain Hellegouarch escreveu: > > > As for me, I would love someone to work on making TG available on > > IronPython and/or Jython. It would open great doors to the project. It's > > not that easy I think as I was not even able to run CherryPy itself on IP. > > How's Python support for decorators on these versions? I know that Jython > lags considerably behind CPython and last time I saw was the equivalente of > CPython 2.2 (without packages written in C...).
IP is working towards (and pretty close to) *full* Python 2.4 compliance. That means decorators :-) There are some differences because of the underlying platform - no stack frames and no Python byte-code for example. Also no C-extensions, so some work would probably have to be done to use a .NET native database for example. I believe someone else maintains an external 'socket module' for IP (they keep posting about it on the IP mailing list anyway). Hmm... I think it would be very worthwhile to port Turbogears to IP (more useful than Python for .NET IMHO). The company I work for are building a desktop app. with IP (so it's currently my bread and butter), and I'm very impressed with it. All the best, Fuzzyman http://www.voidspace.org.uk/python/index.shtml > > -- > Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

