Hi,
I need to distribute a python package that includes a boost.python
extension. I've been working on Linux but I'd like the distribution to
install easily on any platform with boost and python.
I'm guessing distutils is the way to go. I'm not sure if the easiest way
is to try to get distut
Hi John,
On Tue, 26 Oct 2010 12:22:53 +0100, John Reid
wrote:
> I need to distribute a python package that includes a boost.python
> extension. I've been working on Linux but I'd like the distribution to
> install easily on any platform with boost and python.
>
> I'm guessing distutils is the
Of course, I did find another reference that I didn't notice. Python
reference works as expected .. hehe!
On Mon, Oct 25, 2010 at 7:35 PM, Simon W wrote:
> Hey again,
>
> I'm trying to implement a load / unload module functionallity. When I
> delete the module in the __main__ dict the module's r