Trying to install psfex under python 3 results in this error message:
psfex/psfex_pywrap.c: In function ‘PyPSFExObject_dealloc’:
psfex/psfex_pywrap.c:17:9: error: ‘struct PyPSFExObject’ has no member named ‘ob_type’
self->ob_type->tp_free((PyObject*)self);
^
which might point to some issues in the python-C(++) glue code. Great if this could be fixed.
Trying to install psfex under python 3 results in this error message: psfex/psfex_pywrap.c: In function ‘PyPSFExObject_dealloc’: psfex/psfex_pywrap.c:17:9: error: ‘struct PyPSFExObject’ has no member named ‘ob_type’ self->ob_type->tp_free((PyObject*)self); ^
which might point to some issues in the python-C(++) glue code. Great if this could be fixed.