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

_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to