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
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
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