Download this file
1 2 3 4 5 6 7
#include "Python.h" /* Suggested by M. v. Loewis: http://mail.python.org/pipermail/python-dev/2006-March/062561.html */ #if (PY_VERSION_HEX < 0x02050000) typedef int Py_ssize_t; #endif