basic jython question

Gerard Flanagan grflanagan at yahoo.co.uk
Thu Feb 15 08:47:14 EST 2007


On Feb 15, 1:53 pm, "Richard Brodie" <R.Bro... at rl.ac.uk> wrote:
> "Gerard Flanagan" <grflana... at yahoo.co.uk> wrote in message
>
> news:1171543539.339651.319480 at m58g2000cwm.googlegroups.com...
>
> > I have a 'logger' module which is essentially just a facade over the
> > 'logging' standard module. Can this be called from jython, and how is
> > this acheived? This is a colleague's question but I have no knowledge
> > of jython or java, and I can't install them at present in order to
> > figure it out.
>
> Since the CPython module is heavily influenced by the native Java logging
> framework (and/or log4j), I would have thought that it would be easier
> to create a Jython wrapper for those.

Ok, thanks.  I'll suggest that.

Gerard




More information about the Python-list mailing list