[C++-sig] boost.python and distutils

2010-10-26 Thread John Reid
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

Re: [C++-sig] boost.python and distutils

2010-10-26 Thread Andreas Kloeckner
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

Re: [C++-sig] Reference count on class object and import()

2010-10-26 Thread Simon W
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