Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 625292 - dev-util/kdevelop-python missing dependency dev-python/future for python2.7
Summary: dev-util/kdevelop-python missing dependency dev-python/future for python2.7
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-16 11:09 UTC by Karsten Merkle
Modified: 2017-07-16 21:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karsten Merkle 2017-07-16 11:09:33 UTC
Using python2.7 reports error on "import builtins not found".
The file introspect.py of kdevelop-python imports builtins which is contained in dev-python/future.
Comment 1 Andreas Sturmlechner gentoo-dev 2017-07-16 20:00:06 UTC
I am wondering how you can use kdevelop-python with py2.7 when it has a >=python-3.4 dependency.

Full error message please.
Comment 2 Karsten Merkle 2017-07-16 21:17:11 UTC
you can write python code in kdevelop (build with python3.4) and let it run under another python (e.g. 2.7) instance.
The code completion parser for binary packages can be started manually with the python instance of your choice...
Anyway, talking to upstream revealed some more compatibility issues not that easy fixable. Upstream self told me python2.7 issues will not be handled in foreseeable future and kdevelop5 is intended for python3.4+ development only.

sorry for jumping the gun
mark this as not a bug