CastXML / pygccxml

pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.
Boost Software License 1.0
129 stars 44 forks source link

Add search_path arg #155

Closed xgdgsc closed 11 months ago

xgdgsc commented 11 months ago

I find shutils only use PATH rather than sys.path. In jupyter it usually is the environment of the jupyter rather than the kernel. Adding this helps it search for castxml.

iMichka commented 11 months ago

Hi. I added a comment and made a some minor style changes. Let me know if this is fine for you and I'll merge it. MacOS build is failing but this is unrelated.

xgdgsc commented 11 months ago

Fine.