esheldon / psfex

python and C codes to interpolate and reconstruct psfex images
GNU General Public License v3.0
19 stars 6 forks source link

Python 3 #10

Open daqiii opened 7 years ago

daqiii commented 7 years ago

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.

esheldon commented 7 years ago

I think this is fixed in the py3 branch