SWIG and Python3 Import Error
问题 I have written a library in C. I use SWIG to generate bindings for Java, Python, etc. I managed to write custom type maps for both languages and so on. I also managed to use my library (a custom protocol) and communicate with a server that I wrote in C, with a client that I wrote in Java and, with a client that I'm writing in Python. Recently, I came across a multiple inheritance problem with a solution I found smart. But, when trying to replicate the error using Python 3, the error was gone