File tree Expand file tree Collapse file tree
docs/fastddsgen/python_bindings Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ Calling *eProsima Fast DDS-Gen* with the option `-python` will generate these fi
1313first generating C++ files (for connecting C++ and Python) and Python files (Python module for your type) and
1414then compiling the C++ sources.
1515
16+ .. note ::
17+
18+ The Python bindings does not support the use of namespaces.
19+
1620Before calling CMake, the :ref: `fastddsgen_python_build ` process needs several :ref: `fastddsgen_python_deps ` to be met.
1721
1822.. _fastddsgen_python_deps :
@@ -45,6 +49,11 @@ Call CMake:
4549 This will create the Python files (`.py `) with the modules (one per each IDL file) that have to be imported within the
4650Python script.
4751
52+ .. note ::
53+
54+ The python bindings does not support using different modules in the same idl file.
55+ Split them in different files for expected behavior.
56+
4857.. External links
4958
5059 .. _SWIG : http://www.swig.org/
You can’t perform that action at this time.
0 commit comments