codesardine / jde

Linux desktop environment built with HTML5, CSS, JavaScript and Python.
GNU General Public License v3.0
685 stars 65 forks source link

Error in Ubuntu #118

Closed yegender124001 closed 3 years ago

yegender124001 commented 3 years ago

I installed Jade-desktop in ubuntu 20.04 and when opened the desktop it give me error: Traceback (most recent call last): File "/opt/jade/jade-dashboard", line 11, in <module> from lib import menu, icons, utils File "/opt/jade/lib/menu.py", line 5, in <module> from lib import icons, views File "/opt/jade/lib/icons.py", line 5, in <module> from j.AK import settings ModuleNotFoundError: No module named 'j'

Please help me.

Thanks

codesardine commented 3 years ago

You have the old version, make sure you download the latest targball and all prerequisite dependency's are installed as described in the readme file, you can install Jade-Application-Kit using pip, this is not tested or is supported on ubunto, i have no idea if it works.