Luke wrote: > it would be nice to have a step by step example of > the process that is illustrative of how to wrap a C++ library
Generally agreed, but > Things that were not helpful in the setup.py were things like: > include_dirs=[...], # usual stuff > libraries=[...], # ditto > extra_link_args=[...], # if needed None of that is specific to wrapping C++, it's all just general distutils knowledge. I don't think it's reasonable to expect a C++ wrapping tutorial to include complete handholding on all aspects of distutils. A self-contained example wouldn't need any of those options, anyway. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
