muellan / cpp_python

How to build a Python wrapper for C++ functions on Win64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shared C++ libraries for Python on Win64

Minimal example that shows how to build a Python library that wraps C++ functions with MinGW-w64 on Windows.

Tested with MinGW-w64 g++ 5.1.0 and Python 2.7.10 under Windows 10 Version 1511

About

How to build a Python wrapper for C++ functions on Win64

License:MIT License


Languages

Language:C 98.9%Language:Makefile 0.7%Language:Python 0.3%Language:C++ 0.1%