[issue32217] freeze.py fails to work.

2019-03-23 Thread Cheryl Sabella


Cheryl Sabella  added the comment:

Thank you @Decorater for the report and PR.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32217] freeze.py fails to work.

2019-03-23 Thread Cheryl Sabella


Change by Cheryl Sabella :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions:  -Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32217] freeze.py fails to work.

2019-03-23 Thread miss-islington


miss-islington  added the comment:


New changeset d93de028e84c762d7e30b0b93d149b66c85d421f by Miss Islington (bot) 
in branch '3.7':
bpo-32217: Correct usage of ABI tags in freeze. (GH-4719)
https://github.com/python/cpython/commit/d93de028e84c762d7e30b0b93d149b66c85d421f


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32217] freeze.py fails to work.

2019-03-23 Thread miss-islington


Change by miss-islington :


--
pull_requests: +12467

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32217] freeze.py fails to work.

2019-03-23 Thread Cheryl Sabella


Cheryl Sabella  added the comment:


New changeset a7987e71939fa631296f83861fb376361ddd59ee by Cheryl Sabella 
(AraHaan) in branch 'master':
bpo-32217: Correct usage of ABI tags in freeze. (GH-4719)
https://github.com/python/cpython/commit/a7987e71939fa631296f83861fb376361ddd59ee


--
nosy: +cheryl.sabella

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32217] freeze.py fails to work.

2017-12-10 Thread Decorater

Decorater  added the comment:

After thinking about this, maybe a better aproach is to somehow make freeze 
when used on windows somehow read pyconfig.h

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32217] freeze.py fails to work.

2017-12-05 Thread Decorater

Decorater  added the comment:

python ..\externals\cpython\Tools\freeze\freeze.py pyeimport.py
Error: needed directory E:\python360\lib\python3.6\config-3.6 not found
Use ``..\externals\cpython\Tools\freeze\freeze.py -h'' for help

Seems like freeze works now with no traceback. However on Windows I need to 
figure out how to make it actually work without ``make install`` because lack 
of ``make install`` on Windows.

:thinking: how can it know on Windows what the config to python could be?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32217] freeze.py fails to work.

2017-12-04 Thread Decorater

Decorater  added the comment:

I have found an temporary fix for now after reading that abiflags is posix only.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32217] freeze.py fails to work.

2017-12-04 Thread Decorater

Change by Decorater :


--
keywords: +patch
pull_requests: +4628
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32217] freeze.py fails to work.

2017-12-04 Thread Decorater

Change by Decorater :


--
versions: +Python 3.7, Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32217] freeze.py fails to work.

2017-12-04 Thread Decorater

Decorater  added the comment:

Seems that freeze.py was not updated since 3.6.0b2 and also fails like this in 
master as well. (specifically commit 10108a7b9affa61719a1dc1863edb2bdb3402fd1) 
was last edit to the file in both the 3.6 and the master branch.

Could it be that ``sys.abiflags`` was removed from the sys module and so freeze 
stopped working due to that?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32217] freeze.py fails to work.

2017-12-04 Thread Decorater

Decorater  added the comment:

It seems to also give the same traceback when using the build from the latest 
commit on branch 3.6 as well as 3.6.0 when using the freeze.py from the clone 
as well (The way I tested it was manually patching the binaries in my my 3.6 
install).

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32217] freeze.py fails to work.

2017-12-04 Thread R. David Murray

R. David Murray  added the comment:

Does the 3.6.0 freeze fail under 3.6.0, or the 3.6.3 freeze fail under 3.6.3?  
If not, there's no bug to report.

--
nosy: +r.david.murray

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32217] freeze.py fails to work.

2017-12-04 Thread Decorater

New submission from Decorater :

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 
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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com