Comment 5 for bug 1192890

Revision history for this message
Jan (jankanis) wrote :

I'm running into the same issue, and I also had python3.3 installed already from backports. What is the workaround to get _sysconfigdata_m installed correctly? The package installs it at
/usr/lib/python3.3/plat-x86_64-linux-gnu/_sysconfigdata_m.py
but python can't find it overthere. I can symlink or copy it to /usr/lib/python3.3/ or I can set $PYTHONPATH to also look in plat-x86_64-linux-gnu, so what is the system supposed to look like?