Re: Mac import error after update

2019-07-26 Thread Edward K. Ream
On Thu, Jul 25, 2019 at 9:19 PM Rob  wrote:

> Yes, but I don't know how to upgrade Python on the Mac.
>

Try googling: "How do I use python 3 on the Mac"

Seems like the default installation 2.7 or something.
>

Thanks for the verification.  Official support for Python 2 is ending this
year, so the Mac should be using Python 3 fairly soon by default.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS02NOiXfweXgWqBRFqg2AfcBfj7QhgXhWGE9eFS%2BJFkxw%40mail.gmail.com.


Re: Mac import error after update

2019-07-25 Thread Rob
Yes, but I don't know how to upgrade Python on the Mac. Seems like the 
default installation 2.7 or something. I can manage this on my PC, but the 
Mac is a complete mystery to me how to do that. (Wish I didn't have to deal 
with it, but it's my travel laptop and am only marginally proficient at it, 
especially with command line stuff.)

Rob...

On Thursday, July 25, 2019 at 1:06:16 PM UTC-4, Edward K. Ream wrote:
>
>
>
> On Thu, Jul 25, 2019 at 6:31 AM Rob > 
> wrote:
>
>> Since the last big Leo upgrade in June, I can't get it to start on macOS 
>> Mojave (10.14.5). I get this:
>>
>
> > import urllib.parse as urlparse
>
> You must be running Python 3.6 or above.
>
> Edward
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/27fe6d24-124e-402a-9100-e5db000a733c%40googlegroups.com.


Re: Mac import error after update

2019-07-25 Thread Edward K. Ream
On Thu, Jul 25, 2019 at 6:31 AM Rob  wrote:

> Since the last big Leo upgrade in June, I can't get it to start on macOS
> Mojave (10.14.5). I get this:
>

> import urllib.parse as urlparse

You must be running Python 3.6 or above.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS3iSCr6n%3Dx2za3Z5FCt0tsCOz-W9z90Vi0who2Q-6uhpQ%40mail.gmail.com.


Mac import error after update

2019-07-25 Thread Rob
Since the last big Leo upgrade in June, I can't get it to start on macOS 
Mojave (10.14.5). I get this:

Traceback (most recent call last):

  File "launchLeo.py", line 7, in 

import leo.core.runLeo

  File "/Users/rkeeney/leo-editor/leo/core/runLeo.py", line 25, in 

import leo.core.leoGlobals as leoGlobals

  File "/Users/rkeeney/leo-editor/leo/core/leoGlobals.py", line 68, in 


import urllib.parse as urlparse

ImportError: No module named parse

It's probably something simple like updating pyQT or something, but don't 
know how to do that on Mac. Any suggestions?

Rob...

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/1df9a63c-9155-42f0-af93-edf0c0876eb8%40googlegroups.com.