installation python 3.4.2
Bonjour
je suis sous opensuse 13.1 et j'ai deja par defaut python 2.7.6 installe
J'ai installe , sans desinstaller 2.7.6, python 3.4.2
Quand je lance ; python3 voila ce que j'obtiens:
Code:
1 2 3 4 5 6 7 8 9
| Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Python 3.4.2 (default, Nov 7 2014, 21:35:53)
[GCC 4.8.1 20130909 [gcc-4_8-branch revision 202388]] on linux
Type "help", "copyright", "credits" or "license" for more information.
Traceback (most recent call last):
File "/etc/pythonstart", line 7, in <module>
import readline
ImportError: No module named 'readline' |
Que faire???
Merci