Re: android outliners...

2015-01-16 Thread Todd Mars
BlueStacks runs well. http://support.bluestacks.com/hc/en-us/articles/203081537-How-to-Access-Files-on-your-PC-from-BlueStacks- On Monday, January 12, 2015 at 2:57:28 PM UTC-5, Don Dwiggins wrote: > > On 1/8/15 12:03 PM, Largo84 wrote: > > I'd love to find an Android tool that works with file

Re: Is it time to develope using Python 3K?

2015-01-16 Thread Kent Tenney
> Anyway inevitably there will be packages not available for python3, (legacy) and newer packages will not be available for python2 (because they leverage py3 features) On Fri, Jan 16, 2015 at 9:28 AM, 'Terry Brown' via leo-editor wrote: > This thread has inspired me to get things working in Py

Re: Is it time to develope using Python 3K?

2015-01-16 Thread Edward K. Ream
On Fri, Jan 16, 2015 at 12:13 PM, Ville M. Vainio wrote: > Further thought - it's still unclear which one is the dead end, python 2 > or python 3. > > There is very little motivation still to prioritize python 3 when python 2 > has all the users and developers - everyone ensures their stuff works

Re: Is it time to develope using Python 3K?

2015-01-16 Thread Edward K. Ream
On Fri, Jan 16, 2015 at 12:03 PM, Ville M. Vainio wrote: > PIP is routinely used with python 2 - in fact a lot of modules in PyPI is > Python 2 only. > ​True. The nice feature of Python 3.4 is that pip is installed automatically. Edward -- You received this message because you are subscribed

Re: Is it time to develope using Python 3K?

2015-01-16 Thread Ville M. Vainio
Further thought - it's still unclear which one is the dead end, python 2 or python 3. There is very little motivation still to prioritize python 3 when python 2 has all the users and developers - everyone ensures their stuff works on python 2, and python 3 is "voluntary extra". On Fri, Jan 16, 20

Re: Is it time to develope using Python 3K?

2015-01-16 Thread Ville M. Vainio
PIP is routinely used with python 2 - in fact a lot of modules in PyPI is Python 2 only. You can get it here: https://pip.pypa.io/en/latest/installing.html On Fri, Jan 16, 2015 at 1:20 PM, Edward K. Ream wrote: > > > On Wednesday, January 14, 2015 at 9:31:32 AM UTC-6, Edward K. Ream wrote: >> >

Re: Is it time to develope using Python 3K?

2015-01-16 Thread 'Terry Brown' via leo-editor
This thread has inspired me to get things working in Python3, i.e. Leo plus all the plugins I use. I have PyQt5 installed in Python3, so this includes fixing Qt4/5 stuff. Notes so far: paramiko is a package for Ubuntu 14.04 for 2.7 but not 3, no big deal, pip3 can install it. I've been loading

Re: Is it time to develope using Python 3K?

2015-01-16 Thread Edward K. Ream
On Wednesday, January 14, 2015 at 9:31:32 AM UTC-6, Edward K. Ream wrote: > > On Wed, Jan 14, 2015 at 8:05 AM, Ville M. Vainio > wrote: > >> FWIW, I'm pretty pessimistic about Python 3 at this point. Python 2 seems >> to be "good enough" for most people. >> > > ​I am not real optimistic about