
It's been a while since my last post but here I am back with a very interesting post about Wrapping C++ libraries to be used in python.First of all we are going to create a classical client-library program. You can find all the details in my previous post: http://linuxtortures.blogspot.fr/2012/02/shared-libraries-with-eclipse.htmlOur library will contain a very simple method "getSomething()" that will return the string "something"Configure the...