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

2012-06-19 Thread Dino Viehland
uesday, 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://

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

2012-06-19 Thread Marcell Vazquez-Chanlatte
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?

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

2012-06-19 Thread Dino Viehland
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 chan