0x90/kali-scripts

pylorcon2

joker5bb opened this issue · 0 comments

while running
python setup.py build
i get error
PyLorcon2.c: In function ‘PyLorcon2_Context_dealloc’:
PyLorcon2.c:171:9: error: ‘PyLorcon2_Context’ has no member named ‘ob_type’
171 | self->ob_type->tp_free((PyObject*)self);

how can it be fixed