https://bugzilla.novell.com/show_bug.cgi?id=637176 https://bugzilla.novell.com/show_bug.cgi?id=637176#c0 Summary: Python doesn't have the PEP 370 compatible lib64 path Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: x86-64 OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: matt@milliams.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0b4) Gecko/20100817 SUSE/4.0b-19.1 Firefox/4.0b4 As of Python 2.6 it includes, by default, ~/.local/lib/python2.6/site-packages in the default sys.path. These are correctly included as can be seen by: % python3 -c "import sys;print(sys.path)" ['', '/usr/lib/python31.zip', '/usr/lib64/python3.1', '/usr/lib64/python3.1/plat-linux2', '/usr/lib64/python3.1/lib-dynload', '/home/matt/.local/lib/python3.1/site-packages', '/usr/lib64/python3.1/site-packages'] As you can see, for some of these both the lib and lib64 versions are included but there is no entry for ~/.local/lib64/python3.1/site-packages. Would it be possible to add this? Cheers, Matt Williams Reproducible: Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.