[issue34058] Default Python 3.7 install broken on openSUSE Leap 42.3: $PYTHONHOME/lib64/python3.7/lib-dynload/ not linked to $PYTHONHOME/lib/python3.7/lib-dynload/

2018-07-07 Thread Ted Kandell
Ted Kandell added the comment: The output of make after a make clean is attached. For readline, on openSUSE 42.3 you have to install ncurses-devel, not libreadline-dev. The instructions aren't clear about this either, or the fact that an ncurses or readline development library has

[issue34058] Default Python 3.7 install broken on openSUSE Leap 42.3: $PYTHONHOME/lib64/python3.7/lib-dynload/ not linked to $PYTHONHOME/lib/python3.7/lib-dynload/

2018-07-07 Thread Ted Kandell
Ted Kandell added the comment: ./configure output default, no parameters -- Added file: https://bugs.python.org/file47674/configure.log ___ Python tracker <https://bugs.python.org/issue34

[issue34058] Default Python 3.7 install broken on openSUSE Leap 42.3: $PYTHONHOME/lib64/python3.7/lib-dynload/ not linked to $PYTHONHOME/lib/python3.7/lib-dynload/

2018-07-07 Thread Ted Kandell
Ted Kandell added the comment: I got the source directly from www.python.org -- ___ Python tracker <https://bugs.python.org/issue34058> ___ ___ Python-bug

[issue34058] Default Python 3.7 install broken on openSUSE Leap 42.3: $PYTHONHOME/lib64/python3.7/lib-dynload/ not linked to $PYTHONHOME/lib/python3.7/lib-dynload/

2018-07-06 Thread Ted Kandell
Ted Kandell added the comment: This isn't for the OpenSUSE official build itself, just compiling and installing from source on OpenSUSE 42.3. Without the symlink, and also with a wrong PYTHONHOME, pip coredumps. -- ___ Python tracker &

[issue34058] Default Python 3.7 install broken on openSUSE Leap 42.3: $PYTHONHOME/lib64/python3.7/lib-dynload/ not linked to $PYTHONHOME/lib/python3.7/lib-dynload/

2018-07-05 Thread Ted Kandell
New submission from Ted Kandell : The default Python 3.7 install (./configure with no parameters) does not work (at least) on openSUSE Leap 42.3. Python3 gives a ModuleNotFoundError: No module named 'readline' error, and pip3 has a ModuleNotFoundError: No module named '