Skip to content

gmolkho/pybind_embedded_struct_roundtrip_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pybind_embedded_struct_roundtrip_example

An example project for Linux application using shared library to pass input structure at C++, pass to Python using Pybind11 and get another one from python through Pybind11 and back up to application

Currently not working, m_myPybind11Module = py::module::import("ex_module"); gets: throw error_already_set();

About

An example project for Linux application using shared library to pass input structure at C++, pass to Python using Pybind11 and get another one from python through Pybind11 and back up to application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors