View Single Post
Posts: 1,746 | Thanked: 1,832 times | Joined on Dec 2010
#81
QMAKE_CXXFLAGS += -I/usr/local/include/python3.4m -I/usr/local/include/python3.4m
With that set I receive a Python.h: No such file or directory when attempting to build pyotherside.

I've tried different versions of Python and none work, I've had to explicitly give it the command since no matter what I set :

PYTHON_CONFIG = python3.4m-config
Doesn't work, it never ever finds the command