I've installed kdevelop 4.7.1 & kde-python 1.7.1 The default configuration is using Python 2 in the code autocompletion & the console. How do I set things up for Python 3?
Also, code autocompletion, from my so far brief look, seems patchy: It will find functions on strings, eg 'hi there!'.uppercase(), but won't autocomplete on imported modules: eg re.compile() or os.getcwd(). What am I doing wrong?