Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3 #10

Open
daqiii opened this issue Aug 28, 2017 · 1 comment
Open

Python 3 #10

daqiii opened this issue Aug 28, 2017 · 1 comment

Comments

@daqiii
Copy link

daqiii commented Aug 28, 2017

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
Copy link
Owner

I think this is fixed in the py3 branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants