Bug 376080 - Generate python documentation
Summary: Generate python documentation
Status: RESOLVED NOT A BUG
Alias: None
Product: kdev-python
Classification: Developer tools
Component: Documentation data (show other bugs)
Version: 5.0.80
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Sven Brauch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-05 21:54 UTC by sasakelecevic
Modified: 2019-11-02 01:17 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
No module named builtins (164.51 KB, image/png)
2017-02-05 21:54 UTC, sasakelecevic
Details

Note You need to log in before you can comment on or make changes to this bug.
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.