Bug 376080

Summary: Generate python documentation
Product: [Developer tools] kdev-python Reporter: sasakelecevic
Component: Documentation dataAssignee: Sven Brauch <mail>
Status: RESOLVED NOT A BUG    
Severity: normal CC: kde, mail
Priority: NOR    
Version First Reported In: 5.0.80   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: No module named builtins

Description sasakelecevic 2017-02-05 21:54:54 UTC
Created attachment 103854 [details]
No module named builtins

No module named builtins
Comment 1 kde 2017-07-16 10:55:12 UTC
happens on python2 if python 'future' is not installed
Comment 2 Sven Brauch 2017-07-16 11:00:21 UTC
Does it work if you type "python3" instead of python?
Comment 3 kde 2017-07-16 11:03:36 UTC
(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'
Comment 4 Francis Herne 2019-11-02 01:17:39 UTC
kdev-python only supports Python 3.

If `python` is a python2 executable on your system, you must use `python3` here.