Re: Python 3 on MacOS

2020-09-14 Thread Edward K. Ream
On Mon, Sep 14, 2020 at 12:12 PM Israel Hands wrote: > I have 2.7 and 3.7 installed but I can't get Leo to run under Python 3. Heh. I'm having trouble installing python3 and qt on MacOS Catalina. Whenever you get a weird error, it's good to develop the habit of googling it. Googling "module

Re: Python 3 on MacOS

2020-09-14 Thread Thomas Passin
This seems to be something wrong about your Python installation, not Leo. My Python 3.8 installation in Windows has the exact same line at the same line number (class RegexFlag(enum.IntFlag):) and it works for me. You could check this as follows: 1. Open a Python3 session. 2. Type the

Python 3 on MacOS

2020-09-14 Thread Israel Hands
I have 2.7 and 3.7 installed but I can't get Leo to run under Python 3. If I type python3 at the command line it fires up. If I type python3 launch.leo I get ...(see below) I changed the first line of launchleo.py to #!/usr/bin/env python3 But that didn't help! Ta like IH Error in