$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Hunter (jdhunter_at_[hidden])
Date: 2001-12-28 11:20:26
I have a class which I am exposing to python via Boost::Python which
takes a wxDateTime object (from the wx lib) as an argument in the
constructor.
The wxDateTime class has already been exposed to python with SWIG.
My question is: is there any way to pass wxDateTime objects created in
python from the wxPython (ie SWIG generated) library to my boost
python class, or do I need to wrap the wxDateTime library with
boost::python is order to pass it to my boost python extensions?
I suspect the latter, but I thought I might try.
Thanks,
John Hunter