tbenthompson / cppimport

Import C++ files directly from Python!
MIT License
1.18k stars 67 forks source link

Print more detailed info on ImportError #53

Closed poke1024 closed 3 years ago

poke1024 commented 3 years ago

Hello there, when using cppimport with complex libraries that have external C++ dependencies on macOS I sometimes encounter dyld load errors. In these cases, I found it very useful to print the actual ImportError that gives a hint which library could not be loaded.