[C++-sig] Py++ - one header file including all project header files

Maciej Sitarz macieksitarz at wp.pl
Wed Mar 17 08:38:51 CET 2010


Hello,

I'm attempting to create python module for CREAM Client API 
(http://grid.pd.infn.it/cream/).

After reading Py++ "best practices" I tried to include all needed 
headers into one and then add it to Py++. But then the resulting .cpp 
file doesn't have any wrappers inside, only for one function which was 
declared directly in that one header file.

What is possibly wrong in my approach?

Here are the scripts based on pyogre project:
http://fatcat.ftj.agh.edu.pl/~sitarzm/pycream/pycream_module_20100317.tar.bz2

Thanks,
-- 
Maciek Sitarz


More information about the Cplusplus-sig mailing list