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
This project looks dead. But for those wondering how to make a wrapper compatible with Python3,
you just need to replace the PyMODINIT_FUNC init_pydmtx(void) function with this :
This project looks dead. But for those wondering how to make a wrapper compatible with Python3,
you just need to replace the
PyMODINIT_FUNC init_pydmtx(void)
function with this :and to remove the
init_pydmtx()
call in theint main
function. That's it!The text was updated successfully, but these errors were encountered: