Errors on KA-Lite opening web page (Windows 10 Pro)

======================================================================================
First time running KA-Lite on Windows 10 Professional, Creators Update
(ka-lite-static-0.17.0 and Python 2.7.13)

Chrome shows 23 errors on the splash page:

  1. All image links broken:
    o /static/images\logo_10-enlarged_2.png
    o /static/images/distributed/FLE.png
    o /static/images/distributed/CC-BY-NC-SA.png

Looking at the splash screen html:

  1. Referenced file not on machine: reverse.js

  2. There is no file en.js in specified path “/static/js/118n/en.js”
    (on my machine, a valid path would be C:\Python27\Lib\site-packages\kalite\static-libraries\js\i18n\en.js)

  3. For these paths on the splash page to work:
    “static/images/distributed/FLE.png” and
    “static/images/distributed/CC-BY-SA.png”
    “static/js/distributed/bundles/bundle_common.js”
    “static/js/distributed/bundles/bundle_base.js”
    “static/js/distributed/bundles/homepage.js”
    “static/js/distributed/perseus/ke/”
    the working direcory would need to be “C:\Python27\Lib\site-packages\kalite\distributed”

    This appears inconsistent with these paths on the splash page:
    “static/js/inline/bundles/bundle_bootstrap.js”
    “static/js/inline/bundles/bundle_inline_help.js”
    which require a working directory of “C:\Python27\Lib\site-packages\kalite\inline”

  4. The only button on the page, “x Close”, doesn’t work.

  5. None of the JavaScript resource files were executed.

  6. None of the CSS was implemented.

Maybe a problem with paths?

2 posts were merged into an existing topic: KA Lite doesn’t serve javascript assets in Windows 10