klesh / JigsawWM

JigsawWM is a dynamic window manager for Windows10/11 just like the suckless dwm for the X
GNU Lesser General Public License v3.0
140 stars 5 forks source link

Import Error and computer freezes freezes #10

Open nahid6970 opened 4 months ago

nahid6970 commented 4 months ago

->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)

klesh commented 4 months ago

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) .

nahid6970 commented 4 months ago

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

klesh commented 4 months ago

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