Re: Swig compile errors
Nop No luck. That dint work. -- http://mail.python.org/mailman/listinfo/python-list
Re: Swig compile errors
[EMAIL PROTECTED] wrote: > Hi I am trying to write a python wrapper for a C code I have using > swig. when i try to compile the _wrap.c i get a bunch of these warnings > and errors can anyone help > Steps I followed : > > $swig -python test_hk.c > this generates test_hk.py and test_hk_wrap.c > the