<module 'distutils.core' from '/opt/python3/Python-3.8.2/Lib/distutils/core.py'>
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.8
creating build/lib.linux-x86_64-3.8/qwerty
copying qwerty/__init__.py -> build/lib.linux-x86_64-3.8/qwerty
running build_ext
building 'killer' extension
creating build/temp.linux-x86_64-3.8
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/opt/python3/Python-3.8.2/Include -I/opt/python3/Python-3.8.2 -c ./module.c -o build/temp.linux-x86_64-3.8/./module.o
gcc -pthread -shared build/temp.linux-x86_64-3.8/./module.o -o build/lib.linux-x86_64-3.8/qwerty/killer.cpython-38-x86_64-linux-gnu.so
running install_lib
creating /tmp/.local/lib/python3.8/site-packages/qwerty
copying build/lib.linux-x86_64-3.8/qwerty/__init__.py -> /tmp/.local/lib/python3.8/site-packages/qwerty
copying build/lib.linux-x86_64-3.8/qwerty/killer.cpython-38-x86_64-linux-gnu.so -> /tmp/.local/lib/python3.8/site-packages/qwerty
byte-compiling /tmp/.local/lib/python3.8/site-packages/qwerty/__init__.py to __init__.cpython-38.pyc
running install_egg_info
Writing /tmp/.local/lib/python3.8/site-packages/qwerty-0.0.0-py3.8.egg-info
Traceback (most recent call last):
File "code.code", line 54, in <module>
import qwerty.killer
File "/tmp/1617565606392_5288889/qwerty/__init__.py", line 1, in <module>
from .killer import *
ModuleNotFoundError: No module named 'qwerty.killer'
You could use p() instead of print()