Re: a python console in bluestacks

2014-08-14 Thread Chris “Kwpolska” Warrick
On Aug 14, 2014 9:23 AM, "luofeiyu" wrote: > > i want to run python on my android phone ,to install python on bluestacks is to emulate it . In this case, you can install QPython, which supports the SL4A modules and has a console. Or, you can install an app to access sh, like ConnectBot (though be

Re: a python console in bluestacks

2014-08-14 Thread Steven D'Aprano
On Thu, 14 Aug 2014 08:25:00 +0200, Chris “Kwpolska” Warrick wrote: > Why are you using an Android emulator to run Python, a PC-first > software?! Just install the Windows version from http://python.org/ and > use that. If the OP's ultimate aim is to run Python under Android, running it under an

Re: a python console in bluestacks

2014-08-14 Thread luofeiyu
i want to run python on my android phone ,to install python on bluestacks is to emulate it . On 8/14/2014 2:56 PM, Cameron Simpson wrote: On 14Aug2014 08:25, Chris =?utf-8?B?4oCcS3dwb2xza2HigJ0=?= Warrick wrote: On Aug 14, 2014 4:30 AM, "luofeiyu" wrote: I have installed bluestacks(an andro

Re: a python console in bluestacks

2014-08-13 Thread Cameron Simpson
On 14Aug2014 08:25, Chris =?utf-8?B?4oCcS3dwb2xza2HigJ0=?= Warrick wrote: On Aug 14, 2014 4:30 AM, "luofeiyu" wrote: I have installed bluestacks(an android phone emulator) on my pc,and SL4A on it.Now i can run python thish way : 1.edit an file ending with .py, save it in /sdcard/sl4a/script

Re: a python console in bluestacks

2014-08-13 Thread Chris “Kwpolska” Warrick
On Aug 14, 2014 4:30 AM, "luofeiyu" wrote: > > I have installed bluestacks(an android phone emulator) on my pc,and SL4A on it.Now i can run python thish way : > 1.edit an file ending with .py, save it in /sdcard/sl4a/scripts/yourname.py. > 2.open sl4a ,and click the file to make it run. > > Is the

a python console in bluestacks

2014-08-13 Thread luofeiyu
I have installed bluestacks(an android phone emulator) on my pc,and SL4A on it.Now i can run python thish way : 1.edit an file ending with |.py|, save it in /sdcard/sl4a/scripts/yourname.py. 2.open sl4a ,and click the file to make it run. Is there a python console to type python command to run