I built a Python module by myself, which is test.so. And I imported it in Python and got import errors like below: >> from test import *
test.so
>> from test import *