pymmseg-cpp
pymmseg-cpp copied to clipboard
Python 3 support
2 years ago, @Kronuz added native Python extension support. Those extensions only support Python 2. Any chance we could get Python 3 support?
Unfortunately, I currently don't have time to learn the python 3 native extension API and adopt the changes. Maybe one possible workaround is to try out an earlier branch that still uses ctypes as native interface. Maybe it will work with Python 3. See "Alternative Version" in the README.