Package: python3.4
Version: 3.4.3-4
Severity: critical
Followup-For: Bug #783787

Reproduced on amd64.

This makes *any* software that uses python3 unusable, so I'm escalating the
severity.
It also breaks the installation of packages (as this may use python3).

The issue seems to be that python3 does not search it's own module path by
default.
c.f.
        $ python3
        Failed to import the site module
        Traceback (most recent call last):
          File "/usr/lib/python3.4/site.py", line 586, in <module>
            main()
          File "/usr/lib/python3.4/site.py", line 572, in main
            known_paths = addusersitepackages(known_paths)
          File "/usr/lib/python3.4/site.py", line 287, in addusersitepackages
            user_site = getusersitepackages()
          File "/usr/lib/python3.4/site.py", line 263, in getusersitepackages
            user_base = getuserbase() # this will also set USER_BASE
          File "/usr/lib/python3.4/site.py", line 253, in getuserbase
            USER_BASE = get_config_var('userbase')
          File "/usr/lib/python3.4/sysconfig.py", line 597, in get_config_var
            return get_config_vars().get(name)
          File "/usr/lib/python3.4/sysconfig.py", line 540, in get_config_vars
            _init_posix(_CONFIG_VARS)
          File "/usr/lib/python3.4/sysconfig.py", line 412, in _init_posix
            from _sysconfigdata import build_time_vars
          File "/usr/lib/python3.4/_sysconfigdata.py", line 6, in <module>
            from _sysconfigdata_m import *
        ImportError: No module named '_sysconfigdata_m'

vs.
        $ PYTHONPATH=/usr/lib/python3.4/plat-x86_64-linux-gnu/ python3
        Python 3.4.3 (default, Apr 29 2015, 20:37:56) 
        [GCC 4.9.2] on linux
        Type "help", "copyright", "credits" or "license" for more information.
        >>> 

mgfsdar
IOhannes



gfmdsa
IOhannes


-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3.4 depends on:
ii  libpython3.4-stdlib  3.4.3-4
ii  mime-support         3.58
ii  python3.4-minimal    3.4.3-4

python3.4 recommends no packages.

Versions of packages python3.4 suggests:
ii  binutils        2.25-7
pn  python3.4-doc   <none>
pn  python3.4-venv  <none>

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to