Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cmake

Compile C++ With Embedded Python Using Cmake Import Error

I'm trying to include a python file in a C++ project compiled using CMake. First I did this sta… Read more Compile C++ With Embedded Python Using Cmake Import Error

Installing Pyside - Osx

Anyone had success installing and using PySide on OSX? I am following the install instructions on t… Read more Installing Pyside - Osx

How To Build Debian Package With Cpack To Execute Setup.py?

Until now, my project had only .cpp files that were compiled into different binaries and I managed… Read more How To Build Debian Package With Cpack To Execute Setup.py?

Embedding Python With Pybind11. Virtual Environment Doesn't Work

I am trying to make a simple c++ application which translates phrases using googletrans python libr… Read more Embedding Python With Pybind11. Virtual Environment Doesn't Work