[C++-sig] Pyste can't handle pthread.h
Roman Yakovenko
roman.yakovenko at gmail.com
Sat Jan 20 18:27:25 CET 2007
On 1/20/07, 米十 <meter.ten at gmail.com> wrote:
> Pyste can't handle pthread.h.
>
> just simple test
>
> ---- test.h ----
> #include <pthread.h>
> void show();
> --- test.pyste ---
> Function("show","test.h")
> -----
>
> $ pyste --module=test test.pyste
> then get the erro message
> ..........................
> TypeError: cannot concatenate 'str' and 'NoneType' objects
>
> My system configure:
> Kubuntu edgy 2.6.17-10-x86_64
> gcc - 4.1.2 x86_64-linux-gnu
> GCC-XML version 0.7.0
> Pyste version 0.9.30
Pyste is not under active development\maintenance. Try Py++:
http://language-binding.net/pyplusplus/pyplusplus.html
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
More information about the Cplusplus-sig
mailing list