You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
i installed kivy and checked if all the requirements are met
i get this error
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/novatek/kivy-designer/designer/main.py", line 3, in
from designer.app import DesignerApp
File "designer/app.py", line 11, in
from designer.components.buildozer_spec_editor import BuildozerSpecEditor
File "designer/components/buildozer_spec_editor.py", line 19, in
from pygments.lexers.configs import IniLexer
ImportError: No module named pygments.lexers.configs
using lubuntu latest stable
The text was updated successfully, but these errors were encountered:
i installed kivy and checked if all the requirements are met
i get this error
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/novatek/kivy-designer/designer/main.py", line 3, in
from designer.app import DesignerApp
File "designer/app.py", line 11, in
from designer.components.buildozer_spec_editor import BuildozerSpecEditor
File "designer/components/buildozer_spec_editor.py", line 19, in
from pygments.lexers.configs import IniLexer
ImportError: No module named pygments.lexers.configs
using lubuntu latest stable
The text was updated successfully, but these errors were encountered: