Re: Mixing metaclasses and exceptions

2004-12-31 Thread Alex Martelli
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

Re: Mixing metaclasses and exceptions

2004-12-30 Thread Phillip J. Eby
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

Re: Mixing metaclasses and exceptions

2004-12-30 Thread Jp Calderone
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