Christian Bachmaier <[email protected]> added the comment:
The same situation in Ubuntu development branch's package python3.9.2-0ubuntu2 .
Inserting the follwing
if sysconfig.get_config_var('MULTIARCH'):
masd = sysconfig.get_config_var('multiarchsubdir')
if masd.startswith(os.sep):
masd = masd[len(os.sep):]
libdir = os.path.join(libdir, masd)
directly after line ~ 247 in freeze.py
libdir = sysconfig.get_config_var('LIBDIR')
seems to fix the first problem.
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue43229>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com