[New-bugs-announce] [issue32217] freeze.py fails to work.
Decorater
report at bugs.python.org
Mon Dec 4 21:15:01 EST 2017
New submission from Decorater <seandhunt_7 at yahoo.com>:
It seems on my system installed python 3.6.0 when invoking python 3.6.3's freeze.py it seems to fail with this traceback:
python ..\externals\cpython\Tools\freeze\freeze.py pyeimport.py
Traceback (most recent call last):
File "..\externals\cpython\Tools\freeze\freeze.py", line 491, in <module>
main()
File "..\externals\cpython\Tools\freeze\freeze.py", line 220, in main
flagged_version = version + sys.abiflags
AttributeError: module 'sys' has no attribute 'abiflags'
----------
components: Demos and Tools, Windows
messages: 307615
nosy: Decorater, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: freeze.py fails to work.
versions: Python 3.6
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32217>
_______________________________________
More information about the New-bugs-announce
mailing list