Re: [Ironpython-users] How to create a program to IronPython for Android?

2013-07-17 Thread Markus Schaber
Hi, Alex, Von: Tumanov Alex > Hi! > Set IronPython, has created several projects. Then, in a sub folder > accidentally discovered Platforms Android. I decided to try it. Did > the following: > 1. IronPythonApplication.py created a console application code: > print ('Hello world') > raw_input ("Pre

[Ironpython-users] How to create a program to IronPython for Android?

2013-07-17 Thread Tumanov Alex
Hi! Set IronPython, has created several projects. Then, in a sub folder accidentally discovered Platforms Android. I decided to try it. Did the following: 1. IronPythonApplication.py created a console application code: print ('Hello world') raw_input ("Press any key to exit") 2. Did IronPythonApp

Re: [Ironpython-users] issue with distribute_setup.py

2013-07-17 Thread Jeff Hardy
I think the only way is to modify the setup script to pass -X:Frames for IronPython. Also, I believe distribute is deprecated in favour of renewing work on setuptools, so you might be better off looking at the latest version of it instead. - Jeff On Mon, Jul 15, 2013 at 8:43 PM, Daniel Fernandez