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