-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
Labels
No labels