JigsawWM icon indicating copy to clipboard operation
JigsawWM copied to clipboard

Import Error and computer freezes freezes

Open nahid6970 opened this issue 1 year ago • 3 comments

->C:\Users\nahid ⚡ python C:\Users\nahid\JigsawWM\examples\wm.pyw


wm.pyw 5 from jigsawwm import daemon, ui

ImportError: cannot import name 'ui' from 'jigsawwm' (C:\Users\nahid\scoop\apps\python\current\Lib\site-packages\jigsawwm_init_.py)

nahid6970 avatar Apr 17 '24 14:04 nahid6970

Hi, How did you install it? You may press Ctrl+Alt+Del to call out the Task Manager to kill the python process. It normally named python.exe (32 bit) .

klesh avatar Apr 19 '24 05:04 klesh

Hi, How did you install it? You may press Ctrl+Alt+Del to call out the Task Manager to kill the python process. It normally named python.exe (32 bit) .

installed using python pip install and then cloned the repo & tried to launch each example files but all of them crashes & freezes. Do i need a particular python version ? i am using latest python

nahid6970 avatar Apr 19 '24 07:04 nahid6970

Hi, @nahid6970 , Yes, you are correct, 3.11 is the preferable version while 3.12 is not supported.

klesh avatar Apr 23 '24 07:04 klesh