Phillip J. Eby <[EMAIL PROTECTED]> wrote:
> Jp Calderone wrote:
> > I'd skip that, though. Your problem doesn't sound "Metaclass!" at
> me.
> > I wonder if you could elaborate on your usage? Perhaps there's a
> better
> > solution which doesn't involve metaclasses at all.
>
> I suspect he cou
Jp Calderone wrote:
> I'd skip that, though. Your problem doesn't sound "Metaclass!" at
me.
> I wonder if you could elaborate on your usage? Perhaps there's a
better
> solution which doesn't involve metaclasses at all.
I suspect he could *maybe* get by without the metaclass, but not
without cu
On Mon, 27 Dec 2004 21:44:23 -0500, Steve Menard <[EMAIL PROTECTED]> wrote:
>In writing the next version of Jpype (Python to Java bridge), I have hot
> a rather unpleasant wall ... Hopefully it is I who is doing something
> wrong and i can be fixed ...
>
> Since I am bridging Java classes and pr