[Python-modules-team] Bug#742130: python3-pyside: Wrong filenames for python3.3 modules
Didier 'OdyX' Raboud
odyx at debian.org
Thu Mar 20 07:31:37 UTC 2014
Control: tags -1 +confirmed +pending
Hi Dimitry, and thanks for your bugreport,
Le mercredi, 19 mars 2014 18.50:45, vous avez écrit :
> It is currently impossible to import pyside from python3.3 on i386.
> The reason is that the .so files are named wrongly. For example:
> /usr/lib/python3/dist-
packages/PySide/QtCore.cpython-34m.cpython-33m.so
> (…)
>
> The python3.4 modules are named correctly.
>
> Looking at contents of amd64 packages, it seems the situation is
> opposite there: python3.3 modules are named correctly and python3.4
> ones are broken.
Indeed, good catch. This problem comes from the rename call that matches
the already-renamed modules when the second python3 version is
installed. The order of these is not deterministic if the build runs in
parallel.
I have a patch pending and will upload it soon.
Cheers,
OdyX
More information about the Python-modules-team
mailing list