Mailinglist Archive: opensuse-bugs (4639 mails)
| < Previous | Next > |
[Bug 637176] New: Python doesn't have the PEP 370 compatible lib64 path
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sat, 4 Sep 2010 12:52:15 +0000
- Message-id: <bug-637176-21960@xxxxxxxxxxxxxxxxxxxxxxxx/>
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@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: matt@xxxxxxxxxxxx
QAContact: qa@xxxxxxx
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.
| < Previous | Next > |