I am not sure if swig should be run by setup.py but in any case, the required swig-generated file pygsl/sum.py is not included in the distribution, nor is swig called when setup.py is run.
It seems that the swig generated sum.py file should just be included in the pygsl/directory in the distribution.
Thanks,
Michael.
One other minor error in the documentation:
diff -r1.5 gsl_sum.i
43c43
< info: If info_dict is provided, then two entries will
---
> info_dict: If info_dict is provided, then two entries will
Thanks for this report. I added the swig generated file to the CVS repository.
Thanks for this report. I added the swig generated file to the CVS repository.