Guys, help, please. Read how to use python in the project. It says that you need to connect to the project Python.h and everything, about any linking and where to get the necessary libraries do not. Maybe they can be obtained from the source of the python, but I do not know how. I ask for your help.

    2 answers 2

    I think it will be useful for you to read:

      If on Windows:
      all .lib and .h come in the same package as python itself. Navigating paths in the IDE and rejoicing.

      If on * nix:
      install python-dev .
      For simplicity, you can look in the direction of boost :: python for example.