Closed GoogleCodeExporter closed 9 years ago
According to this thread:
http://mail.python.org/pipermail/c++-sig/2004-March/006991.html
defining BOOST_PYTHON_TYPE_ID_NAME might be the way to fix this problem. But
when I
do this with Visual Studio 8, there's a crash when importing the module.
Will investigate further.
Original comment by fullung@gmail.com
on 13 Jan 2007 at 1:38
A boost::python::error_already_set was being thrown inside the class_ stuff for
Topic, which derives from Destination. I moved the class_ for Destination to
precede
its derived classes and the problem went away.
Original comment by fullung@gmail.com
on 13 Jan 2007 at 1:59
Original issue reported on code.google.com by
fullung@gmail.com
on 13 Jan 2007 at 1:37