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

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

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

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

2012-06-19 Thread Vernon Cole
Can anyone here on the IronPython group answer this? -- Forwarded message -- From: "Marcell Vazquez-Chanlatte" Date: Jun 19, 2012 12:25 PM Subject: [python-win32] Python implementations on Windows 8rt To: Hey, Does anyone here know about python implementations for windows on Arm.

[Ironpython-users] PyCharm link to Python documentation

2012-06-19 Thread sepatan
I can not find where to specify in PyCharm link to Python documentation. Pressure Ctrl Q - the documentation is read from the HDD. Longer, up arrow, goes to http://docs.python.org. Similarly, Shift F1. I want to load these documents from the HDD. Like java-doc from IntelliJIdea. ___

[Ironpython-users] IronPython, Daily Digest 6/18/2012

2012-06-19 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] Support matplotlib in IronPython 2. [New comment] Support matplotlib in IronPython -- ISSUES 1. [New issue] Support matplotlib in