Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.
This repository was archived by the owner on Aug 3, 2026. It is now read-only.

Kolibri errors under Windows Python 3.6 and 3.7 #194

Description

@mrpau-richard

Observed behavior

Kolibri installation on Windows Python 3.6.

The Kolibri server can start and run but it has an OSError: [WinError 6] The handle is invalid error on the daemon.txt file log

This was also reported by @mrpau-julius here

Kolibri installation on Windows Python 3.7.

The Kolibri can't start the server because of these errors

C:\Python37\Scripts>kolibri start
Traceback (most recent call last):
  File "c:\python37\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "c:\python37\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Python37\Scripts\kolibri.exe\__main__.py", line 5, in <module>
  File "c:\python37\lib\site-packages\kolibri\utils\cli.py", line 10, in <module
>
    from sqlite3 import DatabaseError as SQLite3DatabaseError
  File "c:\python37\lib\sqlite3\__init__.py", line 23, in <module>
    from sqlite3.dbapi2 import *
  File "c:\python37\lib\sqlite3\dbapi2.py", line 27, in <module>
    from _sqlite3 import *
ImportError: DLL load failed: The specified module could not be found.

Expected behavior

If we planning to upgrade to this Python versions on Windows, and we should fix this issue first

User-facing consequences

Errors and logs

Steps to reproduce

Context

Tell us about your environment, including:

  • Kolibri version: kolibri-0.12.5-py2.py3-none-any.whl
  • Operating system: Windows 7 32bit
  • Browser

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions