[Ironpython-users] Fwd: [python-win32] Python implementations on Windows 8rt

Dino Viehland dinov at microsoft.com
Tue Jun 19 23:03:35 CEST 2012


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:mvcisback at gmail.com]
Sent: Tuesday, June 19, 2012 1:58 PM
To: Dino Viehland
Cc: Vernon Cole; ironpython-users at python.org
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 <dinov at microsoft.com<mailto:dinov at microsoft.com>> 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: ironpython-users-bounces+dinov=microsoft.com at python.org<mailto:microsoft.com at python.org> [mailto:ironpython-users-bounces+dinov<mailto:ironpython-users-bounces%2Bdinov>=microsoft.com at python.org<mailto:microsoft.com at python.org>] On Behalf Of Vernon Cole
Sent: Tuesday, June 19, 2012 11:59 AM
To: ironpython-users at python.org<mailto:ironpython-users at python.org>
Cc: mvcisback at gmail.com<mailto:mvcisback at gmail.com>
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" <mvcisback at gmail.com<mailto:mvcisback at gmail.com>>
Date: Jun 19, 2012 12:25 PM
Subject: [python-win32] Python implementations on Windows 8rt
To: <python-win32 at python.org<mailto:python-win32 at python.org>>

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
python-win32 at python.org<mailto:python-win32 at python.org>
http://mail.python.org/mailman/listinfo/python-win32

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20120619/f1912ca3/attachment.html>


More information about the Ironpython-users mailing list