Installation no longer works

Hi Roo,

The latter problem is because logging doesn’t work on Windows :frowning: That issue is tracked here: https://github.com/learningequality/ka-lite/issues/5057

You can get around it by:

  1. Stopping KA Lite
  2. Going to the Windows command line, Win+R -> type: cmd
  3. Starting kalite from command line with the --foreground option:
C:>cd C:\Python27
C:\Python27>cd Scripts
C:\Python27\Scripts>kalite start --foreground

This might show you something useful.

Btw, to stop it again, press CTRL+C.

Otherwise, the issue remains that there is some kind of remnant of KA Lite 0.15 left. To figure out if something odd is going on, try this:

C:>cd C:\Python27
C:\Python27>cd Scripts
C:\Python27\Scripts>kalite shell

>>> import kalite
>>> print kalite.__version__
>>> print kalite.__file__