On Mon, Feb 16, 2009 at 10:14 PM, Maik Beckmann
<bec...@go...> wrote:
> Hello,
Good morning
> I ran into issues when importing two extensions build using indexing_suite_v2.
> ...
> Changing indexing_site_version to 1 makes it work fine. Is this a known
> limitation or a bug?
This is something new and if I need to guess there is something wrong
on your side.
I committed new test case (
http://pygccxml.svn.sourceforge.net/viewvc/pygccxml?view=rev&revision=1686
) and it works fine on Windows and I believe it will work on Linux (
Ubuntu 8.10 ). For tests I use Python 2.5.
Until recently, all my tests worked in a single instance of Python
interpreter. I had a lot of "class already registered" warnings, but
everything worked fine.
May be you should play with sys.setdlopenflags function.
I also suggest you to take a look on "multi module development"
http://language-binding.net/pyplusplus/documentation/multi_module_development.html?highlight=multi%20module%20development
document.
P.S. I attached my compilation session on Windows and I will send to
you the compilation session on Linux this evening
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
|