Skip to content

Quick Start broken #8

@minguo33

Description

@minguo33

Hi, I have tried to get this working on Windows 11 and Windows 10, each time the experience was the same.

Installing jigsawwm from PIP and trying to use the quickstart example wm.pyw nothing happens.

When trying to call wm.pyw from a python interpreter receive this error:

wm.pyw, line 1, in <module>
    from jmk import hks
ImportError: cannot import name 'hks' from 'jmk' 

Trying to run jigsaw.pyw results again in nothing happening, and when calling it from a python interpreter receives this error:

jigsaw.pyw", line 2, in <module>
    from log import *
ModuleNotFoundError: No module named 'log'

Investigating that issue seems to imply python 'log' library has been renamed to 'logging' but I can't tell if that's what jigsawwm is trying use.

Interesting project, would like to test it out.
Are the example files still current? If not, do you have a working example to use?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions