Answers

Question and Answer:

  Home  Python Developer

⟩ How to access a module written in Python from C?

You can access a module written in Python from C by following method,

Module = =PyImport_ImportModule(“<modulename>”);

 136 views

More Questions for you: