New submission from ita1024:
On opensuse 12.1, python 3.3 installs its extensions in
/usr/local/lib64/python3.3/lib-dynload/, but the .py files are in
/usr/local/lib/python3.3/.
When launching python 3.3 one gets:
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Python 3.3.0b1 (default, Aug 11 2012, 10:45:34)
[GCC 4.6.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
Traceback (most recent call last):
File "/etc/pythonstart", line 5, in <module>
import atexit
File "<frozen importlib._bootstrap>", line 1294, in _find_and_load
File "<frozen importlib._bootstrap>", line 1258, in _find_and_load_unlocked
ImportError: No module named 'atexit'
The same thing happens when installing with a --prefix.
Moving the directory lib64/python3.3/lib-dynload to lib/python3.3/lib-dynload
fixes the problem.
----------
components: Build
messages: 168059
nosy: ita1024
priority: normal
severity: normal
status: open
title: Python 3.3 beta 1 installation issue lib/lib64 folders
versions: Python 3.3
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue15631>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com