On 06/07/2011 09:59 AM, Lars Viklund wrote:
On Tue, Jun 07, 2011 at 09:40:25AM +0200, Jérôme Laheurte wrote:
Hello. I already asked this on StackOverflow but it doesn't seem to
inspire many people. I managed to reduce my problem to a trivial
extension module:
On Windows XP SP3, if I build Bo
On Tue, Jun 07, 2011 at 09:40:25AM +0200, Jérôme Laheurte wrote:
> Hello. I already asked this on StackOverflow but it doesn't seem to
> inspire many people. I managed to reduce my problem to a trivial
> extension module:
> On Windows XP SP3, if I build Boost 1.46.1 and then this extension wit
Hello. I already asked this on StackOverflow but it doesn't seem to
inspire many people. I managed to reduce my problem to a trivial
extension module:
#include
#include
using namespace boost::python ;
using namespace boost;
class PyTest
{
public:
PyTest();
};
PyTest::PyTest()
{
PyE