That was just to get it building and running :( There's still more work to do to make sure that Python's only using non-banned APIs to make it Metro compliant so that something can actually be shipped in the app store.
There were a bunch of other places where I ran into APIs which were still banned: thread local storage, registry APIs, console / env vars, and some others. I was able to make some progress in #ifdef'ing those out but never made it far enough to get a build that passed all the checks. From: Marcell Vazquez-Chanlatte [mailto:[email protected]] Sent: Tuesday, June 19, 2012 1:58 PM To: Dino Viehland Cc: Vernon Cole; [email protected] Subject: Re: [Ironpython-users] Fwd: [python-win32] Python implementations on Windows 8rt Hey thanks for the prompt responses. @Dino Viehlan - I saw that thread on building cpython as a metro app, http://mail.python.org/pipermail/python-dev/2012-January/115489.html, the main question I have is about the win32 dependencies. So your saying that disabling ctypes removes that dependency? -Marcell V.C On Tue, Jun 19, 2012 at 1:23 PM, Dino Viehland <[email protected]<mailto:[email protected]>> wrote: There's PythonCE which is CPython for ARM devices for Windows - not sure how active that is or how much it matters. About 6-12 months ago I attempted building CPython for ARM and the Dev11 compilers. It built and ran fine - although I didn't run all of the CPython tests. I think the main change (other than upgrading projects/solutions) I needed to make to get it to build was disabling ctypes support. From: [email protected]<mailto:[email protected]> [mailto:ironpython-users-bounces+dinov<mailto:ironpython-users-bounces%2Bdinov>[email protected]<mailto:[email protected]>] On Behalf Of Vernon Cole Sent: Tuesday, June 19, 2012 11:59 AM To: [email protected]<mailto:[email protected]> Cc: [email protected]<mailto:[email protected]> Subject: [Ironpython-users] Fwd: [python-win32] Python implementations on Windows 8rt Can anyone here on the IronPython group answer this? ---------- Forwarded message ---------- From: "Marcell Vazquez-Chanlatte" <[email protected]<mailto:[email protected]>> Date: Jun 19, 2012 12:25 PM Subject: [python-win32] Python implementations on Windows 8rt To: <[email protected]<mailto:[email protected]>> Hey, Does anyone here know about python implementations for windows on Arm. I don't know where exactly where to look and this might be the wrong place but I am willing to help test/port it if necessary. Thanks, -Marcell V.C _______________________________________________ python-win32 mailing list [email protected]<mailto:[email protected]> http://mail.python.org/mailman/listinfo/python-win32
_______________________________________________ Ironpython-users mailing list [email protected] http://mail.python.org/mailman/listinfo/ironpython-users
