[issue15631] Python 3.3 beta 1 installation issue lib/lib64 folders

2012-10-01 Thread Nathan Robertson
Nathan Robertson added the comment: This is also an issue on openSUSE 12.2 with the release version of Python 3.3 when compiling from sources. OBS (openSUSE Build Service) has RPMs for 3.3rc1. I'm assuming they've got a patch which fixes this issue, and looking at the spec file (lines 61, 62 -

[issue15631] Python 3.3 beta 1 installation issue lib/lib64 folders

2012-08-17 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue15631] Python 3.3 beta 1 installation issue lib/lib64 folders

2012-08-14 Thread Matthias Klose
Matthias Klose added the comment: the configure step sets LIBDIR to /usr/local/lib64. Please find out why this is not set to /usr/local/lib. -- ___ Python tracker ___ __

[issue15631] Python 3.3 beta 1 installation issue lib/lib64 folders

2012-08-13 Thread ita1024
ita1024 added the comment: Here is the generated Lib/_sysconfigdata.py file -- Added file: http://bugs.python.org/file26791/_sysconfigdata.py ___ Python tracker ___ _

[issue15631] Python 3.3 beta 1 installation issue lib/lib64 folders

2012-08-13 Thread ita1024
ita1024 added the comment: I have not modified anything related to python on my opensuse install, i have only grabbed the latest tarball, compiled and installed. Here is the result with python 3.3.0 beta 2 ./configure make (sudo make install) > log I am observing the same outputs: $ /usr/local

[issue15631] Python 3.3 beta 1 installation issue lib/lib64 folders

2012-08-13 Thread Matthias Klose
Matthias Klose added the comment: > File "/etc/pythonstart", line 5, in and this seems to be a patched/distro installation. Do you see this with an unpatched one as well? -- ___ Python tracker __

[issue15631] Python 3.3 beta 1 installation issue lib/lib64 folders

2012-08-13 Thread Matthias Klose
Matthias Klose added the comment: please could you attach the configure options, generated _sysconfigdata.py and a log of the install step? -- ___ Python tracker ___ ___

[issue15631] Python 3.3 beta 1 installation issue lib/lib64 folders

2012-08-13 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +doko ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue15631] Python 3.3 beta 1 installation issue lib/lib64 folders

2012-08-12 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- priority: normal -> high ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue15631] Python 3.3 beta 1 installation issue lib/lib64 folders

2012-08-12 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue15631] Python 3.3 beta 1 installation issue lib/lib64 folders

2012-08-12 Thread ita1024
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 Consider setting $PYTHONHOME to [:]