On 2012-03-14 12:45, Michael Schuitema wrote:
> I would like to create a python package with several submodules, eg 
>
> parent
> parent.child1
> parent.child2
>
> A number of the submodules use C++ extension made available via
> boost.python. Do I need to create a separate dll for each of them or
> is there a way to expose several packages with one dll?

No, you have to build separate extension modules for them.

    Stefan

-- 

      ...ich hab' noch einen Koffer in Berlin...

_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to