You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: