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

2012-07-02 Thread Tim Roberts
Marcell Vazquez-Chanlatte wrote: > So I've been trying to compile the ARM build for internal testing (aka > have access to the win32 API) WHAT are you trying to compile? You cannot run Win32 applications on Windows RT. CPython (and hence PyWin32) will never run on the ARM version of Windows. Ga

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

2012-06-28 Thread Marcell Vazquez-Chanlatte
So I've been trying to compile the ARM build for internal testing (aka have access to the win32 API) I'm having trouble actually setting up the project to accept the new platform. I'm new to visual studio but does anyone have any suggestions? Getting : fatal error LNK1112: module machine type 'AR

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

2012-06-25 Thread Tim Roberts
Chris Lambacher wrote: > > Metro apps can be written in so called managed (i.e. .net code)... so > theoretically IronPython would be embeddable in an app targeting Metro > and could be made to run on Windows RT (the O.S. Formerly know as > Windows on ARM). The fact that there is so much confusion

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

2012-06-22 Thread Chris Lambacher
On Wed, Jun 20, 2012 at 12:37 PM, Tim Roberts wrote: > Chris Lambacher wrote: > > Microsoft has stated that only . NET apps will run on Windows on ARM > > so you will likely need to use IronPython if you want to use Python on > > Windows on Arm. > > That's not correct. The .NET Framework will NO

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

2012-06-20 Thread Tim Roberts
Chris Lambacher wrote: > Microsoft has stated that only . NET apps will run on Windows on ARM > so you will likely need to use IronPython if you want to use Python on > Windows on Arm. That's not correct. The .NET Framework will NOT be ported on Windows ARM, so .NET applications will not run. On

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

2012-06-19 Thread Chris Lambacher
Microsoft has stated that only . NET apps will run on Windows on ARM so you will likely need to use IronPython if you want to use Python on Windows on Arm. -Chris On Tuesday, June 19, 2012, Marcell Vazquez-Chanlatte wrote: > Hey, > Does anyone here know about python implementations for windows o