Created attachment 103854 [details] No module named builtins No module named builtins
happens on python2 if python 'future' is not installed
Does it work if you type "python3" instead of python?
(In reply to Sven Brauch from comment #2) > Does it work if you type "python3" instead of python? yes, also it didn't work with python2.7 but worked after installing 'future' in my system. python3 worked before and after installing 'future'
kdev-python only supports Python 3. If `python` is a python2 executable on your system, you must use `python3` here.