Message307615
| Author | Decorater |
|---|---|
| Recipients | Decorater, paul.moore, steve.dower, tim.golden, zach.ware |
| Date | 2017-12-05.02:15:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1512440101.88.0.213398074469.issue32217@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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' |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-05 02:15:01 | Decorater | set | recipients: + Decorater, paul.moore, tim.golden, zach.ware, steve.dower |
| 2017-12-05 02:15:01 | Decorater | set | messageid: <1512440101.88.0.213398074469.issue32217@psf.upfronthosting.co.za> |
| 2017-12-05 02:15:01 | Decorater | link | issue32217 messages |
| 2017-12-05 02:15:01 | Decorater | create | |