a=a+b*c
>>> from simple_module import func1, func2 Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: ./simple_module.so: cannot open shared object file: No such file or directory
> ls -l -rw-r--r-- 1 root root 1023 Nov 17 06:45 Makefile -rw-r--r-- 1 root root 2855 Nov 17 06:45 simple_module.cpp -rw-r--r-- 1 root root 441 Nov 17 06:45 simple_module.hpp -rw-r--r-- 1 root root 188 Nov 17 06:45 simple_module.py -rwxr-xr-x 1 root root 1491856 Nov 17 06:46 simple_module.so