Thanks for the response. However, Komodo will have to be reinstalled. At this point, I am going to use VS Code to complete python education.
FYI: had only created one python program, ie one file. So, not a lot to scan. After, open a file from the tutorials.
<1643178926> [2022-01-25 23:35:26,016] [INFO] codeintel.db.database: Database initialized
<1643178926> [2022-01-25 23:35:26,016] [INFO] codeintel.scanner: Starting threaded file scanner.
<1643178926> [2022-01-25 23:35:26,016] [DEBUG] SocketServer: Initializing SocketServer
<1643178926> [2022-01-25 23:35:31,019] [INFO] Server: Started CodeIntel server on port: 65160, pid: 7740
<1643178926> [2022-01-25 23:35:31,019] [DEBUG] SocketServer: Starting handle loop
<1643178926> [2022-01-25 23:35:40,290] [DEBUG] service: Summarizing C:\Users\Alice\AppData\Local\ActiveState\KomodoIDE\12.0\samples\python_tutorials, depth: 10
<1643178926> [2022-01-25 23:35:40,306] [INFO] peewee: Slow query, 16 ms
<1643178926> [2022-01-25 23:35:40,306] [INFO] peewee: (‘SELECT “t1”.“id”, “t1”.“path”, “t1”.“created” FROM “file” AS t1 WHERE (“t1”.“path” IN (?, ?, ?, ?))’, [u’c:\\users\\alice\\appdata\\local\\activestate\\komodoide\\12.0\\samples\\python_tutorials\\contenttype.py’, u’c:\\users\\alice\\appdata\\local\\activestate\\komodoide\\12.0\\samples\\python_tutorials\\helloworld.html’, u’c:\\users\\alice\\appdata\\local\\activestate\\komodoide\\12.0\\samples\\python_tutorials\\helloworld.py’, u’c:\\users\\alice\\appdata\\local\\activestate\\komodoide\\12.0\\samples\\python_tutorials\\preprocess.py’])
<1643178926> [2022-01-25 23:35:40,306] [DEBUG] service: Scanning C:\Users\Alice\AppData\Local\ActiveState\KomodoIDE\12.0\samples\python_tutorials, depth: 10
<1643178926> [2022-01-25 23:39:36,525] [DEBUG] SocketServer: Client disconnected
<1643178926> [2022-01-25 23:39:36,525] [INFO] ServiceThread: Client Disconnected
<1643178926> [2022-01-25 23:39:36,525] [DEBUG] SocketServer: Finish called
<1643178926> [2022-01-25 23:39:41,592] [DEBUG] SocketServer: SocketServer: stop called
<1643178926> [2022-01-25 23:39:41,592] [DEBUG] SocketServer: RequestHandler: stop called
<1643178926> [2022-01-25 23:39:41,592] [INFO] codeintel.scanner: Stopping threaded file scanner…
<1643178926> [2022-01-25 23:39:41,592] [INFO] codeintel.scanner: Threaded file scanner stopped.
<1643178926> [2022-01-25 23:39:42,608] [INFO] Server: Exiting