PyBindGen is a Python module that is geared to generating C/C++ code that
binds a C/C++ library for Python. It does so without extensive use of either
C++ templates or C pre-processor macros. It has modular handling of C/C++
types, and can be easily extended with Python plugins. The generated code
Congratulations, I will wait for get this merged in mainline for start
some work in PySide.
Renato Araujo Oliveira Filho
On Tue, Sep 1, 2009 at 1:19 AM, Haoyu Bai wrote:
> Hi,
>
> As GSoC is officially finished, this is the final report of the
> Boost.Python py3k(Python 3) support project. Th
I worked out what was causing it. I was using a diff dict for global
and local thus locals couldnt see globals and globals couldnt see
locals.
Thanks for your help
On 31/08/2009, at 9:12 PM, Mark Chandler wrote:
im using boost 1_36_0 as the latest has compile issues.
im loading it via th