Cara fiz algumas modificação na parte de Python colocando em PEP 8 me add no repositorio para eu mandar para vc, segue abaixo os erros:
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Checking whether CXX compiler supports OSX deployment target flag
-- Checking whether CXX compiler supports OSX deployment target flag - yes
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/avelino/Sites/tio/tio
Scanning dependencies of target tio
[ 12%] Building CXX object CMakeFiles/tio.dir/pch.cpp.o
[ 25%] Building CXX object CMakeFiles/tio.dir/Command.cpp.o
[ 37%] Building CXX object CMakeFiles/tio.dir/ContainerManager.cpp.o
[ 50%] Building CXX object CMakeFiles/tio.dir/TioTcpServer.cpp.o
[ 62%] Building CXX object CMakeFiles/tio.dir/TioTcpSession.cpp.o
[ 75%] Building CXX object CMakeFiles/tio.dir/TioPython.cpp.o
[ 87%] Building CXX object CMakeFiles/tio.dir/tio.cpp.o
[100%] Building C object CMakeFiles/tio.dir/Users/avelino/Sites/tio/tioclient/tioclient.c.o
Linking CXX executable tio
ld: library not found for -lboost_system
collect2: ld returned 1 exit status
make[2]: *** [tio] Error 1