[C++-sig] pyplusplus annoyance

Roman Yakovenko roman.yakovenko at gmail.com
Fri Apr 21 10:10:23 CEST 2006


On 4/21/06, Abhi <abhi at qualcomm.com> wrote:
> I noticed that whenever I run py++, the generated file always contains 2
> #includes for the original c++ header files.
>
> #include "boost/python.hpp"
> #ifdef _MSC_VER
>     #pragma hdrstop
> #endif //_MSC_VER
>
> #include "test.h"
>
> #include "test.h"
>
>
>
> Is it possible to suppress this (ie have only one #include generated for
> each different file)

I'll be glad to fix this issue. Can you send your script that use py++
and small header file, that will reproduce the problem.

> thanks

Also, can you post all issues regarding py++ to its mailing list:
https://lists.sourceforge.net/lists/listinfo/pygccxml-development

> - Abhi

Thanks
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/



More information about the Cplusplus-sig mailing list