Hi Lars,
jython-dev@... is the best place for these sorts of
quieries, since there are actually several active developers lately,
and if you look at Jython-dev or jython-checkins@...
you will see that there has been a surge of activity over the last
couple of months. The sys bug is fixed on the tip, and we are making
pretty good progress towards a beta release, though I can't say
exactly when it will happen. We are also talking about reviving
snapshot releases, which should help.
-Frank
On 12/3/06, Lars Kellogg-Stedman <lars@...> wrote:
> Hi there,
>
> First, apologies if you see this email multiple times -- I wasn't able
> to find an authoritative source for your address.
>
> I've recently started working with Jython -- after spending some time
> looking at different Python web frameworks, I thought I'd try the
> Tomcat/Jython route. Unfortunately, I've discovered that:
>
> (a) The latest production release (2.1) doesn't support the Iterator
> protocol, so too much recent code fails (mostly with NameError
> exceptions on StopIteration).
>
> (b) The latest development release (2.2a1) has a serious import bug
> that renders it essentially useless on anything with a /sys directory
> -- i.e., most modern Linux systems. The symptoms are:
>
> AttributeError: java package 'sys' has no attribute 'modules'
>
> Strace reveals that Jython is trying really hard to import the "/sys"
> directory as a module. There's no __init__.py file here anyway, so
> I'm not sure what's going on.
>
> (c) The latest news post on the jython.org site is from early 2005.
>
> (d) All the recent email in the announce list on Sourceforge appears to be spam.
>
> All this makes me wonder if there is still life left in this otherwise
> tremendously interesting project. Your blog shows some recent
> activity, so if I've simple been looking in the wrong place please let
> me know. I'm really quite excited about the possibilities of a Jython
> + Tomcat setup.
>
> Thanks,
>
> -- Lars
>
> --
> Lars Kellogg-Stedman <lars@...>
>
|