pyrex problem

Andreas Kostyrka andreas at kostyrka.org
Fri Jun 17 05:12:56 EDT 2005


On Fri, Jun 17, 2005 at 01:03:14AM -0700, borges2003xx at yahoo.it wrote:
> hi everyone
> i'm newbie
> 
> i try to compile the pyrex module:
> def controlla(char *test):
You cannot have a C datatype in a Python like that.
Much better to use def controlla(test):

Andreas



More information about the Python-list mailing list