[issue15762] Windows 8 certification

2012-08-28 Thread Martin v . Löwis
Martin v. Löwis added the comment: The change you proposed cannot be applied to Python 2.7, or any distutils code bases, for a number of reasons: - it's not clear (and probably not the case) that the proposed command line flags are correct for all distutils code. It may well be that some code

[issue15762] Windows 8 certification

2012-08-24 Thread Aaron Galea
Aaron Galea added the comment: Its a distutils issue not py2exe. Not sure where I should post about this problem. The change I applied was in msvc9compiler.py in distutils. Once this change has been applied py2exe was rebuild to generate the correct runw.exe with the correct settings in the

[issue15762] Windows 8 certification

2012-08-22 Thread Martin v . Löwis
Martin v. Löwis added the comment: This is not an issue of Python, but py2exe; please report it to the py2exe maintainers. -- resolution: -> invalid status: open -> closed ___ Python tracker _

[issue15762] Windows 8 certification

2012-08-22 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +brian.curtin, tim.golden ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15762] Windows 8 certification

2012-08-22 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: eric.araujo -> components: +Windows -Distutils nosy: +loewis versions: +Python 3.2, Python 3.3 ___ Python tracker ___ __

[issue15762] Windows 8 certification

2012-08-22 Thread Aaron Galea
New submission from Aaron Galea: Hi We have an application created with python2.7 and created into an executable using py2exe. However we are getting an issue with Windows 8 certification due to compiler parameters. We would like to have this application Windows 8 certified but we can't get p