Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3210: dynamic_cast fails between modules
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-06-23 16:13:45
#3210: dynamic_cast fails between modules
-------------------------------+--------------------------------------------
Reporter: renatox@⦠| Owner: dave
Type: Bugs | Status: new
Milestone: Boost 1.40.0 | Component: Python
Version: Boost 1.39.0 | Severity: Problem
Keywords: |
-------------------------------+--------------------------------------------
Comment(by renatox@â¦):
We creata a workarount for fix this for now.
create a __init__.py file in module with the code:
{{{
import ctypes
ctypes.PyDLL("module.so", ctypes.RTLD_GLOBAL)
from module import *
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3210#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:00 UTC