$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: abrahams_at_[hidden]
Date: 2001-04-12 12:47:01
Marc,
I am unaware of any way to do this, but whether you can or not has
nothing to do with Boost.Python; maybe you should ask on a general
Python newsgroup.
-Dave
--- In boost_at_y..., Marc Paterno <paterno_at_f...> wrote:
> Hi all,
>
> Is it possible to unload, and then reload, a DLL built using
> bpl from Python? Currently, whenever I'm working on a DLL, I
> have to exit Python (to release the DLL) before I can rebuild
> the DLL. It would be a great convenience if one could just
> unload the DLL, without exiting Python.
>
> best regards,
> Marc