[C++-sig] Pyste can't handle pthread.h

米十 meter.ten at gmail.com
Sat Jan 20 16:04:29 CET 2007


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

all installed from ubuntu  deb-packages
I think it's a  problem.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20070120/b8d8fd2b/attachment.htm>


More information about the Cplusplus-sig mailing list