Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #76267 > unrolled thread
| Started by | Chris “Kwpolska” Warrick <kwpolska@gmail.com> |
|---|---|
| First post | 2014-08-14 08:25 +0200 |
| Last post | 2014-08-14 07:49 +0000 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: a python console in bluestacks Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2014-08-14 08:25 +0200
Re: a python console in bluestacks Steven D'Aprano <steve@pearwood.info> - 2014-08-14 07:49 +0000
| From | Chris “Kwpolska” Warrick <kwpolska@gmail.com> |
|---|---|
| Date | 2014-08-14 08:25 +0200 |
| Subject | Re: a python console in bluestacks |
| Message-ID | <mailman.12970.1407997502.18130.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
On Aug 14, 2014 4:30 AM, "luofeiyu" <elearn2014@gmail.com> 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 there a python console to type python command to run python directly such as in pc ? 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. -- Chris “Kwpolska” Warrick <http://chriswarrick.com/> Sent from my SGS3.
[toc] | [next] | [standalone]
| From | Steven D'Aprano <steve@pearwood.info> |
|---|---|
| Date | 2014-08-14 07:49 +0000 |
| Message-ID | <53ec69f5$0$11123$c3e8da3@news.astraweb.com> |
| In reply to | #76267 |
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 Android emulator is a good first step (assuming you trust the emulator is a good match to actual Android). Or perhaps he wants to run an Android-only application, but wants to run it on his PC. In that case, an Android emulator may allow him to do so. Or if he wishes to do Android development on his PC, instead of poking at the virtual keyboard on a screen the size of your palm, being able to test the software on the PC (under emulation) rather than having to upload it to your phone is very useful. -- Steven
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web