python3: can't open file '/var/www/ai_service/your_server.py': [Errno 2] No such file or directory python3: can't open file '/var/www/ai_service/aihelp.py': [Errno 2] No such file or directory 2025-04-10 10:12:52,702 - INFO - Starting server on port 9000 2025-04-10 10:13:17,949 - ERROR - Port 9000 is already in use Traceback (most recent call last): File "/var/www/ai_service/apihelp.py", line 4, in Traceback (most recent call last): File "/var/www/ai_service/apihelp.py", line 4, in from c import HTTPServer, BaseHTTPRequestHandler from c import HTTPServer, BaseHTTPRequestHandler ModuleNotFoundError: No module named 'c' ModuleNotFoundError: No module named 'c' Error in sys.excepthook: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 228, in partial_apport_excepthook return apport_excepthook(binary, exc_type, exc_obj, exc_tb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 144, in apport_excepthook os.open(pr_filename, os.O_WRONLY | os.O_CREAT | os.O_EXCL, 0o640), "wb" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileExistsError: [Errno 17] File exists: '/var/crash/_var_www_ai_service_apihelp.py.0.crash' Original exception was: Traceback (most recent call last): File "/var/www/ai_service/apihelp.py", line 4, in from c import HTTPServer, BaseHTTPRequestHandler ModuleNotFoundError: No module named 'c'