$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: l.dunn_at_[hidden]
Date: 2001-03-18 03:27:23
Thanks David,
And apologies if my previous message looked like I was
asking you to fix the problem. I was not, I just thought that
quoting the code couldn't do any harm.
Yes it is an ugly work around! But if it gets my code
working for now then great :) I'll try it tonight.
Lorien
> I think I may have hit on an ugly way to avoid the problem you're
having:
>
> MyPythonClass.__dict__["__init__"](self)
>
> This appears to avoid turning the __init__ function into an
unbound method.